fix dropdown width in form

This commit is contained in:
wxiaoguang 2025-03-11 01:54:21 +08:00
parent e0a4ec4191
commit 514cc65e61
1 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,10 @@ textarea:focus,
width: 50%;
}
.ui.form.left-right-form .inline.field .ui.dropdown input.search {
width: 100%;
}
.ui.form.left-right-form .inline.field .inline-right {
display: inline-flex;
flex-direction: column;