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 {
139
139
this . props . tenant . Name ,
140
140
this . props . tenant . Type ,
141
141
) }
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
+ ) ) }
153
153
</ div >
154
154
< div className = { b ( 'common-info' ) } >
155
155
{ PoolStats ? (
Original file line number Diff line number Diff line change 17
17
display : flex ;
18
18
align-items : center ;
19
19
20
- margin-bottom : 20 px ;
20
+ margin-bottom : 10 px ;
21
21
}
22
22
23
23
& __top-label {
42
42
flex-wrap : wrap ;
43
43
align-items : center ;
44
44
45
- margin-left : 15 px ;
45
+ margin-bottom : 20 px ;
46
46
}
47
47
48
48
& __collapse-title {
You can’t perform that action at this time.
0 commit comments