We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eb13b commit 840eb5cCopy full SHA for 840eb5c
1 file changed
packages/leptos/tests/visual/src/spec/size.rs
@@ -138,7 +138,7 @@ pub fn Size() -> impl IntoView {
138
true => if add_shift.get() == ShiftOrder::Before && shift_cross_axis.get() {
139
"100px"
140
} else if add_shift.get() == ShiftOrder::Before && has_edge_alignment() {
141
- "300px"
+ "360px"
142
} else {
143
"600px"
144
},
0 commit comments