Skip to content

Commit 34eceef

Browse files
committed
PRESIDECMS-3013 Fix single non page item style.
1 parent ee24ef1 commit 34eceef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

system/assets/css/admin/specific/formbuilder/workbench/workbench.less

+8
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@
144144
text-transform : uppercase;
145145
}
146146
}
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+
}
147155
}
148156

149157
.setting-items {

0 commit comments

Comments
 (0)