Separate form editor components

[MAILPOET-2487]
This commit is contained in:
Ján Mikláš
2020-03-11 17:41:31 +01:00
committed by Veljko V
parent 87e9054117
commit 1d112fced6
7 changed files with 12 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
.editor-post-title {
.editor-post-title__input {
overflow: hidden;
overflow-wrap: break-word;
resize: none;
}
}