Fix textarea resizing
This commit is contained in:
parent
669393a6cb
commit
1285f9d38c
1 changed files with 1 additions and 1 deletions
|
@ -643,6 +643,7 @@ a.donate {
|
|||
}
|
||||
|
||||
#embed_html {
|
||||
resize: vertical;
|
||||
font-family: monospace;
|
||||
font-size: small;
|
||||
}
|
||||
|
@ -1607,7 +1608,6 @@ textarea {
|
|||
textarea {
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
/* Rules for user images */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue