@tmlmobilidade/ui 20250401.2350.36 → 20250402.33.58
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.map +1 -1
- package/dist/styles-no-reset.css +3 -0
- package/dist/styles.css +3 -0
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -9577,6 +9577,7 @@ breakpoint-mobile {
|
|
9577
9577
|
display: flex;
|
9578
9578
|
flex-direction: row;
|
9579
9579
|
width: min-content;
|
9580
|
+
min-width: 100%;
|
9580
9581
|
background-color: var(--color-system-background-100);
|
9581
9582
|
border-bottom: 1px solid var(--color-system-border-100);
|
9582
9583
|
}
|
@@ -9604,6 +9605,7 @@ breakpoint-mobile {
|
|
9604
9605
|
.styles-module_row__46pHv {
|
9605
9606
|
display: flex;
|
9606
9607
|
width: min-content;
|
9608
|
+
min-width: 100%;
|
9607
9609
|
background-color: var(--color-system-background-100);
|
9608
9610
|
border-bottom: 1px solid var(--color-system-border-100);
|
9609
9611
|
}
|
@@ -10135,6 +10137,7 @@ breakpoint-mobile {
|
|
10135
10137
|
|
10136
10138
|
.styles-module_root__9sh2n {
|
10137
10139
|
display: flex;
|
10140
|
+
width: 100%;
|
10138
10141
|
}
|
10139
10142
|
|
10140
10143
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -9632,6 +9632,7 @@ breakpoint-mobile {
|
|
9632
9632
|
display: flex;
|
9633
9633
|
flex-direction: row;
|
9634
9634
|
width: min-content;
|
9635
|
+
min-width: 100%;
|
9635
9636
|
background-color: var(--color-system-background-100);
|
9636
9637
|
border-bottom: 1px solid var(--color-system-border-100);
|
9637
9638
|
}
|
@@ -9659,6 +9660,7 @@ breakpoint-mobile {
|
|
9659
9660
|
.styles-module_row__46pHv {
|
9660
9661
|
display: flex;
|
9661
9662
|
width: min-content;
|
9663
|
+
min-width: 100%;
|
9662
9664
|
background-color: var(--color-system-background-100);
|
9663
9665
|
border-bottom: 1px solid var(--color-system-border-100);
|
9664
9666
|
}
|
@@ -10190,6 +10192,7 @@ breakpoint-mobile {
|
|
10190
10192
|
|
10191
10193
|
.styles-module_root__9sh2n {
|
10192
10194
|
display: flex;
|
10195
|
+
width: 100%;
|
10193
10196
|
}
|
10194
10197
|
|
10195
10198
|
/* * */
|