fix: Small style fixes (#1063)
This commit is contained in:
parent
99e6a3c56a
commit
d6214b5789
@ -4,7 +4,7 @@
|
||||
|
||||
&:not(.CMS_Hint_inline) {
|
||||
@apply px-3
|
||||
pt-1;
|
||||
py-1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
&.CMS_WidgetObject_open {
|
||||
& .CMS_WidgetObject_expand-icon {
|
||||
& > .CMS_WidgetObject_expand .CMS_WidgetObject_expand-icon {
|
||||
@apply rotate-90
|
||||
transform;
|
||||
}
|
||||
@ -65,6 +65,7 @@
|
||||
@apply flex
|
||||
w-full
|
||||
justify-between
|
||||
items-center
|
||||
pl-2
|
||||
pr-3
|
||||
py-2
|
||||
|
@ -3,11 +3,14 @@
|
||||
|
||||
.CMS_WidgetRelation_values {
|
||||
@apply flex
|
||||
flex-wrap
|
||||
gap-2
|
||||
p-2
|
||||
pr-0
|
||||
min-w-0;
|
||||
|
||||
.CMS_Field_wrapper & {
|
||||
@apply flex-wrap
|
||||
p-2;
|
||||
}
|
||||
}
|
||||
|
||||
.CMS_WidgetRelation_loading {
|
||||
|
Loading…
x
Reference in New Issue
Block a user