mp-design-system 1.2.56 → 1.2.57

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.56",
3
+ "version": "1.2.57",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -1,4 +1,4 @@
1
- {%- set classNames = "mp c-icon c-icon" -%}
1
+ {%- set classNames = "mp c-icon" -%}
2
2
 
3
3
  {%- if params.id -%}
4
4
  {% set classNames = classNames + " c-icon--" + params.id %}
@@ -56,6 +56,7 @@
56
56
  text-align: center;
57
57
  font-weight: 700;
58
58
  word-break: break-word;
59
+ flex-wrap: wrap;
59
60
 
60
61
  &:before,
61
62
  &:after {