mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
layout: Implement white-space: nowrap
.
Improves the Reddit header.
This commit is contained in:
parent
178843456f
commit
9aacd4c10c
6 changed files with 122 additions and 15 deletions
|
@ -1067,7 +1067,7 @@ pub mod longhands {
|
|||
}
|
||||
</%self:longhand>
|
||||
|
||||
${single_keyword("white-space", "normal pre")}
|
||||
${single_keyword("white-space", "normal pre nowrap")}
|
||||
|
||||
// CSS 2.1, Section 17 - Tables
|
||||
${new_style_struct("Table", is_inherited=False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue