Merged PR 1542: #4075 TK zum Kalender Button Breite angepasst

#4075 TK zum Kalender Button Breite angepasst

Related work items: #4075
This commit is contained in:
Andreas Schickinger
2023-06-05 14:25:29 +00:00
committed by Nino Righi
parent 741e651a20
commit f74d14d573

View File

@@ -3,7 +3,7 @@
}
a {
@apply flex flex-row items-center py-2 px-4 no-underline border-2 border-solid font-bold text-lg whitespace-nowrap;
@apply flex flex-row items-center justify-center py-2 px-4 no-underline border-2 border-solid font-bold text-lg whitespace-nowrap;
border: 1px solid #aeb7c1;
border-radius: 5px;
@@ -12,7 +12,8 @@ a {
}
&.calendar-nav {
width: 188px;
min-width: 188px;
max-width: 204px;
}
ui-icon {