Skip to content

Commit

Permalink
fix: fix job filters input fields size
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mitov authored and Stefan Mitov committed Feb 23, 2022
1 parent 44a7071 commit 178a544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/JobFilters.tsx
Original file line number Diff line number Diff line change
@@ -93,6 +93,7 @@ const JobFilters: React.FC = () => {
<JobNamesAutocomplete
renderInput={(props) => (
<InputField
className="w-full"
showButton={!!jobName}
onClear={() => setJobName('')}
inputProps={{
@@ -149,6 +150,7 @@ const JobFilters: React.FC = () => {
<div className="flex-1 form-control">
<label className="label">Refresh Interval (seconds)</label>
<InputField
className="w-full"
showButton={false}
onClear={() => null}
inputProps={{

0 comments on commit 178a544

Please sign in to comment.