File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/main/src/components/Form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
}
33
33
}
34
34
35
- @container (max-width : 599 px ) {
35
+ @container (max-width : 599.99 px ) {
36
36
.form {
37
37
--_ui5wcr_form_label_span : var (--_ui5wcr_form_label_span_s );
38
38
--_ui5wcr_form_columns : var (--_ui5wcr_form_columns_s );
41
41
}
42
42
}
43
43
44
- @container (min-width : 600px ) and (max-width : 1023 px ) {
44
+ @container (min-width : 600px ) and (max-width : 1023.99 px ) {
45
45
.form {
46
46
--_ui5wcr_form_label_span : var (--_ui5wcr_form_label_span_m );
47
47
--_ui5wcr_form_columns : var (--_ui5wcr_form_columns_m );
50
50
}
51
51
}
52
52
53
- @container (min-width : 1024px ) and (max-width : 1439 px ) {
53
+ @container (min-width : 1024px ) and (max-width : 1439.99 px ) {
54
54
.form {
55
55
--_ui5wcr_form_label_span : var (--_ui5wcr_form_label_span_l );
56
56
--_ui5wcr_form_columns : var (--_ui5wcr_form_columns_l );
You can’t perform that action at this time.
0 commit comments