19 lines
210 B
CSS
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;
|
|
}
|