File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
redisinsight/ui/src/components/virtual-table Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,6 @@ $footerHeight: 38px;
191
191
192
192
:global(.ReactVirtualized__Table__headerRow ) {
193
193
border : 1px solid var (--separatorColorLight ) !important ;
194
- // fix border alignment, need to investigate why this happens
195
- padding : 0 !important ;
196
194
}
197
195
198
196
:global(.ReactVirtualized__Table__rowColumn ) {
@@ -218,6 +216,11 @@ $footerHeight: 38px;
218
216
219
217
:global (.ReactVirtualized__Table__headerColumn ) {
220
218
border-right-color : var (--separatorColorLight ) !important ;
219
+
220
+ & :last-child {
221
+ // fix border alignment, need to investigate why this happens
222
+ margin-left : -2px !important ;
223
+ }
221
224
}
222
225
}
223
226
}
@@ -253,7 +256,6 @@ $footerHeight: 38px;
253
256
}
254
257
255
258
.value-table-separate-border {
256
- // border-right-color: var(--tableLightestBorderColor) !important;
257
259
box-sizing : content-box ;
258
260
}
259
261
You can’t perform that action at this time.
0 commit comments