scss: give Godo editing zone same styles as textarea (#62666)

This commit is contained in:
Thomas Jund 2022-03-10 17:02:32 +01:00 committed by Frédéric Péters
parent 71361429a0
commit 9e396092fd
1 changed files with 4 additions and 0 deletions

View File

@ -635,3 +635,7 @@ form.pk-mark-optional-fields {
justify-content: space-between;
}
}
div.godo--editor {
@extend textarea;
}