css: apply background/border on .godo--editor (#59952)

This commit is contained in:
Frédéric Péters 2021-12-21 10:13:00 +01:00
parent 209915808f
commit 38956268c6
1 changed files with 3 additions and 3 deletions

6
dist/css/godo.css vendored
View File

@ -1,10 +1,10 @@
.godo {
border: 1px solid gray;
background-color: white;
border-radius: .33em;
overflow: hidden;
}
.godo--editor {
border: 1px solid gray;
background-color: white;
border-radius: .33em;
padding: 1em;
min-height: 10em;
white-space: pre-wrap;