Skip to content

Commit 1ee26df

Browse files
authored
fix(query-bar): increase input width for query bar max timeout ms area COMPASS-4639 (#2724)
1 parent 4841d00 commit 1ee26df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-query-bar/src/components/query-option/query-option.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.is-numeric-type {
30-
flex-basis: 185px;
30+
flex-basis: 220px;
3131
}
3232

3333
.is-boolean-type {

0 commit comments

Comments
 (0)