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
- :is(&_align_right) {
54
- text-align: right;
53
+ &_align_right {
54
+ text-align: right !important;
55
55
  }
56
- :is(&_vertical-align_top) {
57
- vertical-align: top;
56
+ &_vertical-align_top {
57
+ vertical-align: top !important;
58
58
  }
59
59
  }
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],