🐛 Fix weird text align

This commit is contained in:
Alejandro Alonso 2022-09-09 12:13:59 +02:00 committed by Alonso Torres
parent 643e58c61b
commit 726f55bd04
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
.text-editor {
.DraftEditor-root {
height: 100%;
height: auto;
display: flex;
flex-direction: column;
}