ydb-embedded-ui 8.2.1 → 8.2.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -50,11 +50,11 @@
|
|
50
50
|
height: var(--ydb-table-cell-height) !important;
|
51
51
|
padding: 0;
|
52
52
|
@include mixins.text-body-2();
|
53
|
-
|
54
|
-
text-align: right;
|
53
|
+
&_align_right {
|
54
|
+
text-align: right !important;
|
55
55
|
}
|
56
|
-
|
57
|
-
vertical-align: top;
|
56
|
+
&_vertical-align_top {
|
57
|
+
vertical-align: top !important;
|
58
58
|
}
|
59
59
|
}
|
60
60
|
}
|