We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd7565 commit 4117a94Copy full SHA for 4117a94
src/style_propetries/box_orient.rs
@@ -28,7 +28,7 @@ impl From<(String, &Property<'_>)> for BoxOrient {
28
CSSBoxOrient::InlineAxis => EnumValue::InlineAxis,
29
CSSBoxOrient::BlockAxis => EnumValue::BlockAxis,
30
},
31
- _ => EnumValue::InlineAxis,
+ _ => EnumValue::Vertical,
32
33
}
34
0 commit comments