This commit is contained in:
focp212@naver.com
2025-10-31 11:28:28 +09:00
parent 90c55d25ac
commit 55a71f10f6
2 changed files with 6 additions and 1 deletions

View File

@@ -441,3 +441,8 @@ main.home-main{
main.pop{
padding-bottom: env(safe-area-inset-bottom);
}
.opt-label{
font-size: var(--fs-14);
word-break: break-all;
}

View File

@@ -64,7 +64,7 @@ export const FilterSelectInput = ({
<input
className="flex-1"
type="text"
placeholder=""
style={{ height: '38px'}}
value={ inputValue }
onChange={ onChangeInput }
/>