Files
static-cms/packages/core/src/widgets/relation/RelationControl.css
2023-10-04 08:43:07 -04:00

19 lines
210 B
CSS

.CMS_WidgetRelation_root {
}
.CMS_WidgetRelation_values {
@apply flex
flex-wrap
gap-2
p-2
pr-0
min-w-0;
}
.CMS_WidgetRelation_loading {
@apply flex
items-center
w-6
h-6;
}