urfu-ui-kit-vanilla 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
- "version": "2.2.0",
6
+ "version": "2.2.2",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "npm-run-all --parallel less:watch vite",
package/src/main.css CHANGED
@@ -2454,7 +2454,7 @@ button {
2454
2454
  font-weight: 600;
2455
2455
  padding: 1px 8px 3px 8px;
2456
2456
  border-radius: 8px;
2457
- max-width: inherit;
2457
+ max-width: 100%;
2458
2458
  }
2459
2459
  .u-status-large {
2460
2460
  font-size: 12px;