1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

LibWeb: Move textarea cols rows attr size from css to create_layout_node

This commit is contained in:
Bastiaan van der Plaat 2024-03-07 07:58:25 +01:00 committed by Sam Atkins
parent 7e76358a99
commit 110e74b9c1
2 changed files with 6 additions and 2 deletions

View file

@ -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 {