Skip to content

Commit 82f2789

Browse files
authored
fix(ui): padding on relationship fields when no options or loading text is displayed (#8767)
1 parent a789556 commit 82f2789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ui/src/elements/ReactSelect/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
flex-wrap: nowrap;
1414
}
1515

16+
.rs__menu-notice {
17+
padding: base(0.5) base(0.6);
18+
}
19+
1620
.rs__indicators {
1721
gap: calc(var(--base) / 4);
1822
}

0 commit comments

Comments
 (0)