mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 05:33:01 +00:00
Set resize: vertical
for textareas (#11010)
GitOrigin-RevId: 1fffad2b35937a9b44440b1007526df266fcf255
This commit is contained in:
parent
edbe12b86f
commit
3cbd460259
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,11 @@ textarea {
|
|||
line-height: inherit;
|
||||
}
|
||||
|
||||
// Keep textarea within horizontal container when resizing
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
// Links
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue