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

Commit d6214b5

Browse files
authored
fix: Small style fixes (#1063)
1 parent 99e6a3c commit d6214b5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/core/src/components/common/field/Hint.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
&:not(.CMS_Hint_inline) {
66
@apply px-3
7-
pt-1;
7+
py-1;
88
}
99
}
1010

packages/core/src/widgets/object/ObjectControl.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
&.CMS_WidgetObject_open {
57-
& .CMS_WidgetObject_expand-icon {
57+
& > .CMS_WidgetObject_expand .CMS_WidgetObject_expand-icon {
5858
@apply rotate-90
5959
transform;
6060
}
@@ -65,6 +65,7 @@
6565
@apply flex
6666
w-full
6767
justify-between
68+
items-center
6869
pl-2
6970
pr-3
7071
py-2

packages/core/src/widgets/relation/RelationControl.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33

44
.CMS_WidgetRelation_values {
55
@apply flex
6-
flex-wrap
76
gap-2
8-
p-2
97
pr-0
108
min-w-0;
9+
10+
.CMS_Field_wrapper & {
11+
@apply flex-wrap
12+
p-2;
13+
}
1114
}
1215

1316
.CMS_WidgetRelation_loading {

0 commit comments

Comments
 (0)