ydb-embedded-ui 8.2.0 → 8.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,10 +51,10 @@
51
51
  padding: 0;
52
52
  @include mixins.text-body-2();
53
53
  &_align_right {
54
- text-align: right;
54
+ text-align: right !important;
55
55
  }
56
56
  &_vertical-align_top {
57
- 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.0",
3
+ "version": "8.2.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],