mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibWeb: Move input size attr width from css to create_layout_node
This commit is contained in:
parent
749dcac196
commit
7e76358a99
Notes:
sideshowbarker
2024-07-17 09:41:18 +09:00
Author: https://github.com/bplaat
Commit: 7e76358a99
Pull-request: https://github.com/SerenityOS/serenity/pull/23506
Issue: https://github.com/SerenityOS/serenity/issues/23215
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,6 @@ label {
|
|||
input:not([type=submit], input[type=button], input[type=image], input[type=reset], input[type=color], input[type=checkbox], input[type=file], input[type=radio], input[type=range]), textarea {
|
||||
border: 1px solid ButtonBorder;
|
||||
min-height: 16px;
|
||||
width: attr(size ch, 20ch);
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue