Update texarea width

With the vertical only resize, also means that the width can be 100% without the min/max
This commit is contained in:
Johnny 2019-08-03 09:55:38 +10:00 committed by GitHub
parent 3ef8204534
commit d0fcbc8e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,8 +700,7 @@ div[data-checked="false"] > .suboption-list {
}
#fourchanx-settings textarea {
font-family: monospace;
min-width: 100%;
max-width: 100%;
width: 100%;
resize: vertical;
}
#fourchanx-settings code {