fix: enable overflow for day labels in schedule

This commit is contained in:
Rainer Killinger
2022-02-02 17:24:57 +01:00
parent 7bece91206
commit 1195c5ffc8
2 changed files with 9 additions and 2 deletions

View File

@@ -57,6 +57,9 @@
height: 100%;
text-transform: none;
ion-label {
overflow: visible !important;
}
}
}

View File

@@ -21,6 +21,10 @@
opacity: 1;
}
ion-button > ion-label {
overflow: visible !important
.day-labels {
ion-button {
ion-label {
overflow: visible !important;
}
}
}