mirror of https://github.com/xwiki-labs/cryptpad
fix shrinking icons with long calendar titles
This commit is contained in:
parent
81e00842b9
commit
1ab0208f5b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue