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 {
|
textarea {
|
||||||
|
display: block;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "SF Mono", "Monaco",
|
font-family: "SF Mono", "Monaco",
|
||||||
"Inconsolata", "Fira Mono",
|
"Inconsolata", "Fira Mono",
|
||||||
|
|
Loading…
Reference in a new issue