RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@eturnity/eturnity_reusable_components
Versions diffs
8.7.4-EPDM-12729.12 → 8.7.4-EPDM-12729.13
@eturnity/eturnity_reusable_components 8.7.4-EPDM-12729.12 → 8.7.4-EPDM-12729.13
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/infoText/index.vue
+1
-1
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.
12
",
3
+
"version": "8.7.4-EPDM-12729.
13
",
4
4
"files": [
5
5
"dist",
6
6
"src"
package/src/components/infoText/index.vue
CHANGED
Viewed
@@ -425,7 +425,7 @@
425
425
426
426
// Calculate new width
427
427
const calculatedWidth = Math.min(
428
-
Math.max(contentWidth,
200
),
428
+
Math.max(contentWidth,
230
),
429
429
parseInt(props.maxWidth, 10)
430
430
)
431
431