fix: Small style fixes (#1063)

This commit is contained in:
Denys Konovalov 2024-01-09 16:59:38 +01:00 committed by GitHub
parent 99e6a3c56a
commit d6214b5789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@
&:not(.CMS_Hint_inline) {
@apply px-3
pt-1;
py-1;
}
}

View File

@ -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

View File

@ -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 {