mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix typo to avoid devtools property-db failures
MANUAL PUSH: Orange fix CLOSED TREE
This commit is contained in:
parent
a44db17432
commit
d130831877
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ impl<L: ToCss> ToCss for ContainIntrinsicSize<L> {
|
|||
ToShmem,
|
||||
)]
|
||||
#[repr(transparent)]
|
||||
#[value_info(other_values = "auto")]
|
||||
#[value_info(other_values = "none")]
|
||||
pub struct GenericLineClamp<I>(pub I);
|
||||
|
||||
pub use self::GenericLineClamp as LineClamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue