File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
src/containers/Tenant/Diagnostics/TenantOverview Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -139,17 +139,17 @@ class TenantOverview extends React.Component {
139139 this . props . tenant . Name ,
140140 this . props . tenant . Type ,
141141 ) }
142- < div className = { b ( 'system-tablets' ) } >
143- { SystemTablets &&
144- SystemTablets . map ( ( tablet , tabletIndex ) => (
145- < Tablet
146- onMouseEnter = { showTooltip }
147- onMouseLeave = { hideTooltip }
148- key = { tabletIndex }
149- tablet = { tablet }
150- />
151- ) ) }
152- </ div >
142+ </ div >
143+ < div className = { b ( 'system-tablets' ) } >
144+ { SystemTablets &&
145+ SystemTablets . map ( ( tablet , tabletIndex ) => (
146+ < Tablet
147+ onMouseEnter = { showTooltip }
148+ onMouseLeave = { hideTooltip }
149+ key = { tabletIndex }
150+ tablet = { tablet }
151+ />
152+ ) ) }
153153 </ div >
154154 < div className = { b ( 'common-info' ) } >
155155 { PoolStats ? (
Original file line number Diff line number Diff line change 1717 display : flex ;
1818 align-items : center ;
1919
20- margin-bottom : 20 px ;
20+ margin-bottom : 10 px ;
2121 }
2222
2323 & __top-label {
4242 flex-wrap : wrap ;
4343 align-items : center ;
4444
45- margin-left : 15 px ;
45+ margin-bottom : 20 px ;
4646 }
4747
4848 & __collapse-title {
You can’t perform that action at this time.
0 commit comments