File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/containers/Tenant/Diagnostics/TopQueries/QueryDetails Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 5454 & __query-content {
5555 position : relative ;
5656
57- overflow : hidden ;
57+ display : flex ;
58+ flex : 1 ;
59+ flex-direction : column ;
5860
5961 margin-top : var (--g-spacing-5 );
6062
Original file line number Diff line number Diff line change 11import React from 'react' ;
22
33import { Code , Xmark } from '@gravity-ui/icons' ;
4- import { Button , Icon } from '@gravity-ui/uikit' ;
4+ import { Button , Flex , Icon } from '@gravity-ui/uikit' ;
55
66import Fullscreen from '../../../../../components/Fullscreen/Fullscreen' ;
77import type { InfoViewerItem } from '../../../../../components/InfoViewer' ;
@@ -46,7 +46,7 @@ export const QueryDetails = ({
4646 </ div >
4747
4848 < Fullscreen >
49- < div className = { b ( 'content' ) } >
49+ < Flex direction = "column" className = { b ( 'content' ) } >
5050 < InfoViewer info = { infoItems } />
5151
5252 < div className = { b ( 'query-content' ) } >
@@ -70,7 +70,7 @@ export const QueryDetails = ({
7070 withClipboardButton = { { alwaysVisible : true , withLabel : false } }
7171 />
7272 </ div >
73- </ div >
73+ </ Flex >
7474 </ Fullscreen >
7575 </ div >
7676 ) ;
You can’t perform that action at this time.
0 commit comments