mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
Set resize: vertical for textareas (#11010)
GitOrigin-RevId: 1fffad2b35937a9b44440b1007526df266fcf255
This commit is contained in:
@@ -58,6 +58,11 @@ textarea {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
// Keep textarea within horizontal container when resizing
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
// Links
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user