@tmlmobilidade/ui 20250710.1759.0 → 20250710.1806.42
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.
- package/dist/index.css +1 -0
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +1 -0
- package/dist/styles.css +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11024,6 +11024,7 @@ breakpoint-mobile {
|
|
|
11024
11024
|
line-height: 1;
|
|
11025
11025
|
color: var(--color-system-background-100);
|
|
11026
11026
|
text-transform: uppercase;
|
|
11027
|
+
white-space: nowrap;
|
|
11027
11028
|
background-color: var(--color-system-text-100);
|
|
11028
11029
|
border-radius: var(--border-radius-sm);
|
|
11029
11030
|
}
|