Disable horizontal resizing on the aspect textarea
This commit is contained in:
parent
faa84df3bc
commit
071e023c2f
3 changed files with 12 additions and 2 deletions
|
|
@ -105,6 +105,10 @@
|
|||
grid-template-rows: min-content min-content min-content 1fr;
|
||||
height: 100%;
|
||||
gap: 4px;
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--weapons {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue