We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee24ef1 commit 34eceefCopy full SHA for 34eceef
system/assets/css/admin/specific/formbuilder/workbench/workbench.less
@@ -144,6 +144,14 @@
144
text-transform : uppercase;
145
}
146
147
+
148
+ /* Only one non-page item */
149
+ &:has(> .item-type:not(.item-type-page):only-child) {
150
+ > .item-type:not(.item-type-page):only-child {
151
+ border-radius : 5px;
152
+ margin-bottom : 15px;
153
+ }
154
155
156
157
.setting-items {
0 commit comments