mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 23:35:33 +00:00
LibWeb: Serialize Length::Type::Percentage with a "%" suffix
"10 percentage" looked rather silly. :^)
This commit is contained in:
@@ -54,7 +54,7 @@ const char* Length::unit_name() const
|
||||
case Type::Auto:
|
||||
return "auto";
|
||||
case Type::Percentage:
|
||||
return "percentage";
|
||||
return "%";
|
||||
case Type::Undefined:
|
||||
return "undefined";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user