Enum FieldSizingStyleValue

Source
pub enum FieldSizingStyleValue {
    Fixed(Ident),
    Content(Ident),
}
Expand description

Represents the style value for field-sizing as defined in css-forms-1.

The field-sizing CSS property allows form controls such as