Skip to content

Commit

Permalink
πŸ’„ frontend: remove vertical padding on public link expiry date input (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlinagora committed Jul 23, 2024
1 parent afb673f commit 2f3a4c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const ExpiryEditorRow = (props: {
<Input
inputRef={inputRef}
disabled={disabled}
className="max-w-xs mr-4 mt-1"
className="max-w-xs mr-4 mt-1 py-0"
type="date"
size='sm'
min={moment().add(1, 'days').toISOString().split('T')[0]}
Expand Down

0 comments on commit 2f3a4c2

Please sign in to comment.