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
/* =Jay. Use this class if the fields should be fluid and fill the remaining space e.g. /cp/collections/pages/edit.
51
-
Here flexbox is much better suited to create a layout that grows to fill space. */
52
-
.publish-fields-fluid {
53
-
@apply gap-2;
54
-
55
-
display: flex;
56
-
flex-wrap: wrap;
57
-
>* {
58
-
flex-grow:1;
59
-
}
60
-
61
-
@variant lg {
62
-
/* 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 */
0 commit comments