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) { &:not(.CMS_Hint_inline) {
@apply px-3 @apply px-3
pt-1; py-1;
} }
} }

View File

@ -54,7 +54,7 @@
} }
&.CMS_WidgetObject_open { &.CMS_WidgetObject_open {
& .CMS_WidgetObject_expand-icon { & > .CMS_WidgetObject_expand .CMS_WidgetObject_expand-icon {
@apply rotate-90 @apply rotate-90
transform; transform;
} }
@ -65,6 +65,7 @@
@apply flex @apply flex
w-full w-full
justify-between justify-between
items-center
pl-2 pl-2
pr-3 pr-3
py-2 py-2

View File

@ -3,11 +3,14 @@
.CMS_WidgetRelation_values { .CMS_WidgetRelation_values {
@apply flex @apply flex
flex-wrap
gap-2 gap-2
p-2
pr-0 pr-0
min-w-0; min-w-0;
.CMS_Field_wrapper & {
@apply flex-wrap
p-2;
}
} }
.CMS_WidgetRelation_loading { .CMS_WidgetRelation_loading {