UX: Make input on `/filter` route full width (#20952)

This commit is contained in:
Alan Guo Xiang Tan 2023-04-04 12:10:39 +08:00 committed by GitHub
parent b4096f4636
commit e792f779d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);