mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
fix: enable overflow for day labels in schedule
This commit is contained in:
@@ -57,6 +57,9 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
ion-label {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-button > ion-label {
|
.day-labels {
|
||||||
overflow: visible !important
|
ion-button {
|
||||||
|
ion-label {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user