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:
parent
3ef8204534
commit
d0fcbc8e4b
@ -700,8 +700,7 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
}
|
}
|
||||||
#fourchanx-settings textarea {
|
#fourchanx-settings textarea {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
min-width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
#fourchanx-settings code {
|
#fourchanx-settings code {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user