fix: overlap in minimized composer

This commit is contained in:
David Wheatley 2022-02-06 02:52:16 +00:00 committed by Daniël Klabbers
parent 9c5dd28e8a
commit 2a04f7e886

View File

@ -269,6 +269,11 @@
.fullScreen & {
margin-bottom: 20px;
}
.minimized & {
overflow: hidden;
margin-right: 32px;
}
}
.Composer-content {
padding: 20px 20px 0;