Skip to content

Commit 38e9ac3

Browse files
committed
Alias inputs same width
1 parent 187fec2 commit 38e9ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configui/components/BangConfigurator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function RealBangConfigurator(props: Props) {
117117
value={bang.alias}
118118
onChange={(e) => handleChange("alias", e.target.value)}
119119
placeholder="Alias"
120-
style={{ width: "4em" }}
120+
style={{ width: "6em" }}
121121
/>
122122
)}
123123
{bang.alias === null && (

0 commit comments

Comments
 (0)