@snabcentr/client-ui 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -910,6 +910,10 @@ video {
910
910
  width: 54rem;
911
911
  }
912
912
 
913
+ .w-auto {
914
+ width: auto;
915
+ }
916
+
913
917
  .w-full {
914
918
  width: 100%;
915
919
  }