mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
resources: Give button elements white-space: normal
again.
Fixes Twitter.
Originally regressed in 0a86543e6d
.
This commit is contained in:
parent
22ba0e16e0
commit
2d31546eba
4 changed files with 40 additions and 1 deletions
|
@ -9,7 +9,6 @@ input {
|
|||
color: black;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.8333em;
|
||||
white-space: pre;
|
||||
text-align: left;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
@ -132,6 +131,10 @@ textarea {
|
|||
-servo-overflow-clip-box: content-box;
|
||||
}
|
||||
|
||||
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue