Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 575755d

Browse files
fix select input styles not applying
1 parent f3e96ac commit 575755d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎client/packages/lowcoder/src/comps/comps/selectInputComp/selectCompConstants.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const getStyle = (
7878
.ant-select-selection-search {
7979
padding: ${style.padding};
8080
}
81-
.ant-select-selection-search-input {
81+
.ant-select-selection-search-input,
82+
.ant-select-selection-item .option-label {
8283
font-family:${(style as SelectStyleType).fontFamily} !important;
8384
text-transform:${(style as SelectStyleType).textTransform} !important;
8485
text-decoration:${(style as SelectStyleType).textDecoration} !important;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /