Skip to content

Commit 514cc65

Browse files
committed
fix dropdown width in form
1 parent e0a4ec4 commit 514cc65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/form.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ textarea:focus,
273273
width: 50%;
274274
}
275275

276+
.ui.form.left-right-form .inline.field .ui.dropdown input.search {
277+
width: 100%;
278+
}
279+
276280
.ui.form.left-right-form .inline.field .inline-right {
277281
display: inline-flex;
278282
flex-direction: column;

0 commit comments

Comments
 (0)