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