mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Move textarea cols rows attr size from css to create_layout_node
This commit is contained in:
parent
7e76358a99
commit
110e74b9c1
2 changed files with 6 additions and 2 deletions
|
@ -38,8 +38,6 @@ textarea {
|
|||
display: inline-block;
|
||||
overflow: auto;
|
||||
font-family: monospace;
|
||||
width: attr(cols ch, 20ch);
|
||||
height: attr(rows lh, 2lh);
|
||||
}
|
||||
|
||||
input::placeholder, textarea::placeholder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue