File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,9 @@ const handleViewRawTransaction = () => {
287287 <Flex v-if =" activeTab === 'messages'" :class =" $style.inner" >
288288 <MessagesTable :messages =" messages" />
289289 </Flex >
290- <Events v-else-if =" activeTab === 'events'" :tx =" tx" >
291- </Events >
290+ <Flex v-if =" activeTab === 'events'" :class =" $style.inner" >
291+ <Events :tx =" tx" />
292+ </Flex >
292293 </Flex >
293294 </Flex >
294295 </Flex >
@@ -356,7 +357,7 @@ const handleViewRawTransaction = () => {
356357}
357358
358359.events_wrapper {
359- min-width : 0 ;
360+ min-width : 384 px ;
360361}
361362
362363.tabs_wrapper {
Original file line number Diff line number Diff line change @@ -498,7 +498,6 @@ watch(
498498<style module>
499499.data {
500500 min-width : 100% ;
501- width : 0 ;
502501 height : 100% ;
503502
504503 overflow-x : auto ;
You can’t perform that action at this time.
0 commit comments