Prevented markdown editor pushing out toolbar

This commit is contained in:
Dan Brown 2018-03-18 11:46:08 +00:00
parent 0372efa89a
commit d44e0b7964
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -2,6 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
overflow: hidden;
.faded-small { .faded-small {
height: auto; height: auto;
} }