Skip to content

Commit 8ef7604

Browse files
authored
style(TabletStorageInfo): fix cell align (#1400)
1 parent 6dbe56d commit 8ef7604

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,8 @@
5151

5252
border-bottom: 1px solid var(--g-color-line-generic);
5353
}
54-
:is(#{$block}__table-cell) {
55-
height: 40px;
56-
padding: 0;
57-
@include text-body-2();
58-
}
59-
&__table-cell {
60-
&_align_right {
61-
text-align: right;
62-
}
54+
:is(&__table-cell_align_right) {
55+
text-align: right;
6356
}
6457
&__metrics-cell {
6558
padding: var(--g-spacing-1) var(--g-spacing-2);

0 commit comments

Comments
 (0)