RubyGems
npm
Organizations
Log in
Sign up
npm
ydb-embedded-ui
Versions diffs
8.2.0 → 8.2.2
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.
Files changed (2)
hide
show
package/dist/components/Table/Table.scss
+2
-2
package/package.json
+1
-1
package/dist/components/Table/Table.scss
CHANGED
Viewed
@@ -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
Viewed
@@ -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
],