We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbe56d commit 8ef7604Copy full SHA for 8ef7604
src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss
@@ -51,15 +51,8 @@
51
52
border-bottom: 1px solid var(--g-color-line-generic);
53
}
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
+ :is(&__table-cell_align_right) {
+ text-align: right;
63
64
&__metrics-cell {
65
padding: var(--g-spacing-1) var(--g-spacing-2);
0 commit comments