UX: Make input on `/filter` route full width (#20952)
This commit is contained in:
parent
b4096f4636
commit
e792f779d0
|
@ -3,7 +3,7 @@
|
|||
flex-direction: row;
|
||||
margin-right: auto;
|
||||
margin-bottom: var(--nav-space);
|
||||
min-width: 50%;
|
||||
width: 100%;
|
||||
|
||||
&__label {
|
||||
background-color: var(--primary-low);
|
||||
|
|
Loading…
Reference in New Issue