fix shrinking icons with long calendar titles

This commit is contained in:
David Benque 2022-10-12 17:20:29 +01:00
parent 81e00842b9
commit 1ab0208f5b
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@
align-items: center;
justify-content: center;
border-radius: @variables_radius;
flex-shrink: 0;
}
&.cp-active {
background-color: @cp_sidebar-left-item-bg;