mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
LibWeb: Move white-space into LayoutStyle
This commit is contained in:
parent
bc178ee743
commit
6b334e02e6
6 changed files with 45 additions and 5 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
Color color_or_fallback(CSS::PropertyID, const Document&, Color fallback) const;
|
||||
CSS::TextAlign text_align() const;
|
||||
CSS::Display display() const;
|
||||
Optional<CSS::WhiteSpace> white_space() const;
|
||||
|
||||
const Gfx::Font& font() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue