Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd40167f

Browse files
committed
docs: clean up wording on SearchField comment
1 parentf7f8c3e commitd40167f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎site/src/components/SearchField/SearchField.tsx‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ export const SearchField: FC<SearchFieldProps> = ({
2121
consttheme=useTheme();
2222
return(
2323
<TextField
24-
// Have to specify min width so that, as we keep adding more and
25-
// control options to the filter row, the text box doesn't have a
26-
// risk of shrinking so much that it becomes un-clickable
24+
// Specifying `minWidth` so that the text box can't shrink so much
25+
// that it becomes un-clickable as we add more filter controls
2726
css={{minWidth:"320px"}}
2827
size="small"
2928
value={value}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp