RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@eturnity/eturnity_reusable_components
Versions diffs
8.7.4--EPDM-12729.5 → 8.7.4--EPDM-12729.7
@eturnity/eturnity_reusable_components 8.7.4--EPDM-12729.5 → 8.7.4--EPDM-12729.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/buttons/buttonIcon/index.vue
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@eturnity/eturnity_reusable_components",
3
-
"version": "8.7.4--EPDM-12729.
5
",
3
+
"version": "8.7.4--EPDM-12729.
7
",
4
4
"files": [
5
5
"dist",
6
6
"src"
package/src/components/buttons/buttonIcon/index.vue
CHANGED
Viewed
@@ -89,6 +89,7 @@
89
89
align-items: center;
90
90
justify-content: center;
91
91
padding: 5px 10px;
92
+
white-space: nowrap;
92
93
`
93
94
94
95
const IconContainerAttrs = {