mirror of https://github.com/go-gitea/gitea.git
fix dropdown width in form
This commit is contained in:
parent
e0a4ec4191
commit
514cc65e61
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue