css: remove overflow and border-radius (#59990)

This commit is contained in:
Thomas Jund 2022-03-10 15:34:02 +01:00
parent b7bdaf0280
commit f0e291ffdb
1 changed files with 0 additions and 4 deletions

4
dist/css/godo.css vendored
View File

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