🐛 FIX: Downgrade suneditor-react + fixes

This commit is contained in:
Divlo
2020-04-16 00:19:31 +02:00
parent 9c5d1fc06b
commit cda263fd75
6 changed files with 28 additions and 21 deletions

View File

@ -31,4 +31,10 @@
top: 15px;
margin-right: 15px;
cursor: pointer;
}
.vscode-editor {
padding: 15px;
border-radius: 10px;
overflow: auto;
white-space: normal !important;
}