mp-design-system 1.2.45 → 1.2.46

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": "mp-design-system",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -31,6 +31,7 @@
31
31
  align-items: flex-start;
32
32
 
33
33
  .c-label {
34
+ min-width: 115px;
34
35
  flex-basis: 115px;
35
36
  @include margin-bottom(0);
36
37
  word-wrap: break-word;