Skip to content

Commit

Permalink
Updating input field length on Custom Query page (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertandremitchell authored Jan 14, 2025
1 parent e77e3b4 commit f002e1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const BuildFromTemplates: React.FC<BuildFromTemplatesProps> = ({
id="queryNameInput"
name="queryNameInput"
type="text"
className="maxw-mobile"
className="width-mobile"
defaultValue={queryName ?? ""}
required
onChange={(event) => {
Expand Down

0 comments on commit f002e1a

Please sign in to comment.