Fix broken styling of editor
This commit is contained in:
parent
4ed28f99f3
commit
7aad6331c7
1 changed files with 3 additions and 1 deletions
|
@ -214,9 +214,11 @@ input:focus, textarea:focus {
|
|||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
|
||||
border: none;
|
||||
background: none;
|
||||
margin: 0;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: "SF Mono", "Monaco",
|
||||
"Inconsolata", "Fira Mono",
|
||||
|
|
Loading…
Reference in a new issue