You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/css/components/publish.css
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Here flexbox is much better suited to create a layout that grows to fill space.
51
51
}
52
52
53
53
@variant lg {
54
-
/* Here we have to cut short the proper width very slightly to account for the gap value. Because we're using flex-grow it should be pretty unnoticeable */
54
+
/* Here we have to cut short the proper width very slightly to account for the gap value. Because we're using flex-grow it should be pretty unnoticeable */
55
55
.field-w-25 { flex-basis:24.5%; }
56
56
.field-w-33 { flex-basis:32.5%; }
57
57
.field-w-50 { flex-basis:49.4%; }
@@ -61,6 +61,15 @@ Here flexbox is much better suited to create a layout that grows to fill space.
61
61
}
62
62
}
63
63
64
+
.publish-fields-fluid--xl-only {
65
+
/* A modifier that prevents the fields from being fluid on smaller screens to help legibility, for example on the Blueprints builder */
0 commit comments