Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 836203f

Browse files
fix: adjusted input widths
1 parent e1c5a04 commit 836203f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/components/Filters/Filters.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function Filters() {
5454
/>
5555
<LanguageSelector
5656
minW="150px"
57+
maxW="300px"
5758
value={language || ''}
5859
options={['', ...ALL_LANGUAGES]}
5960
emptyLabel="All Languages"
@@ -65,6 +66,7 @@ export default function Filters() {
6566
/>
6667
<LibrarySelector
6768
minW="150px"
69+
maxW="300px"
6870
isCreatable
6971
value={library || ''}
7072
language={language || ''}

0 commit comments

Comments
 (0)