Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: Small style fixes (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
denyskon authored Jan 9, 2024
1 parent 99e6a3c commit d6214b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/components/common/field/Hint.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/widgets/object/ObjectControl.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

&.CMS_WidgetObject_open {
& .CMS_WidgetObject_expand-icon {
& > .CMS_WidgetObject_expand .CMS_WidgetObject_expand-icon {
@apply rotate-90
transform;
}
Expand All @@ -65,6 +65,7 @@
@apply flex
w-full
justify-between
items-center
pl-2
pr-3
py-2
Expand Down
7 changes: 5 additions & 2 deletions packages/core/src/widgets/relation/RelationControl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d6214b5

Please sign in to comment.