@tmlmobilidade/ui 20250710.1719.18 → 20250710.1759.0
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 -1
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10611,13 +10611,13 @@ breakpoint-mobile {
|
|
|
10611
10611
|
display: flex;
|
|
10612
10612
|
align-items: center;
|
|
10613
10613
|
justify-content: center;
|
|
10614
|
-
width: min-content;
|
|
10615
10614
|
padding: 4px 10px;
|
|
10616
10615
|
font-size: 14px;
|
|
10617
10616
|
font-weight: var(--font-weight-semibold);
|
|
10618
10617
|
line-height: 1;
|
|
10619
10618
|
color: var(--color-system-text-300);
|
|
10620
10619
|
text-transform: uppercase;
|
|
10620
|
+
white-space: nowrap;
|
|
10621
10621
|
cursor: pointer;
|
|
10622
10622
|
user-select: none;
|
|
10623
10623
|
background: var(--color-system-background-100);
|