UX: Support type=search inputs in inline forms (#15790)

This commit is contained in:
Penar Musaraj
2022-02-03 13:50:24 +01:00
committed by GitHub
parent 68f5c36000
commit 3b75120b3d
2 changed files with 9 additions and 1 deletions

View File

@@ -167,13 +167,15 @@ input[type="submit"] {
display: flex;
}
> input[type="text"] {
> input[type="text"],
> input[type="search"] {
display: inline-flex;
flex: 1;
}
> .select-kit,
> input[type="text"],
> input[type="search"],
> label,
> .btn,
> .d-date-input {