🐛 Fix sidebar collapse icon

Signed-off-by: Ondřej Konečný <ondrej.konecny@gmail.com>
This commit is contained in:
Ondřej Konečný 2023-05-05 14:58:15 +02:00 committed by Alejandro Alonso
parent 969106e2b6
commit e5612a7373
2 changed files with 2 additions and 0 deletions

View file

@ -112,6 +112,7 @@
.collapse-library {
margin-right: $size-2;
flex-shrink: inherit; // Inheriting shrink behaviour
&.open svg {
transform: rotate(90deg);