@bildvitta/quasar-ui-asteroid 3.14.0-beta.9 → 3.14.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/package.json
CHANGED
|
@@ -451,6 +451,7 @@ function onNavigation (date) {
|
|
|
451
451
|
font-size: 10px !important;
|
|
452
452
|
line-height: 1;
|
|
453
453
|
transition: color var(--qas-generic-transition);
|
|
454
|
+
width: 100%;
|
|
454
455
|
|
|
455
456
|
&--pointer {
|
|
456
457
|
bottom: -6px;
|
|
@@ -479,10 +480,11 @@ function onNavigation (date) {
|
|
|
479
480
|
@include set-typography($subtitle2);
|
|
480
481
|
|
|
481
482
|
color: $grey-4;
|
|
483
|
+
line-height: 1;
|
|
482
484
|
visibility: unset;
|
|
483
485
|
|
|
484
486
|
span {
|
|
485
|
-
height:
|
|
487
|
+
height: auto;
|
|
486
488
|
padding: var(--qas-spacing-xs);
|
|
487
489
|
}
|
|
488
490
|
}
|