@gem-sdk/components 2.6.0-staging.20 → 2.6.0-staging.22
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.
|
@@ -266,12 +266,12 @@ const config = {
|
|
|
266
266
|
{
|
|
267
267
|
label: 'Full',
|
|
268
268
|
value: '100%',
|
|
269
|
-
tooltip: 'Stretch to fill <br> vertical space
|
|
269
|
+
tooltip: 'Stretch to fill <br> vertical space'
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
label: 'Fit',
|
|
273
273
|
value: 'auto',
|
|
274
|
-
tooltip: '
|
|
274
|
+
tooltip: 'Adjust size <br> based on content'
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
277
|
},
|
|
@@ -262,12 +262,12 @@ const config = {
|
|
|
262
262
|
{
|
|
263
263
|
label: 'Full',
|
|
264
264
|
value: '100%',
|
|
265
|
-
tooltip: 'Stretch to fill <br> vertical space
|
|
265
|
+
tooltip: 'Stretch to fill <br> vertical space'
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
label: 'Fit',
|
|
269
269
|
value: 'auto',
|
|
270
|
-
tooltip: '
|
|
270
|
+
tooltip: 'Adjust size <br> based on content'
|
|
271
271
|
}
|
|
272
272
|
]
|
|
273
273
|
},
|