Skip to content

Commit cc8f7da

Browse files
author
Stefanie Hein
committed
Form Select: fix style of certain select fields in the "New Records" modal. See #72548
1 parent f6016b2 commit cc8f7da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/scss/themes/fylr/components/_forms.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162

163163
@include button-select-as-input();
164164
}
165+
166+
// see "New Records" modal > "Field For Files" and "Metadata mapping"
167+
> .cui-data-field-proxy .cui-select {
168+
@include button-select-as-input();
169+
}
165170
}
166171

167172
.cui-maximize-horizontal > .cui-vertical-layout-center {

0 commit comments

Comments
 (0)