💄 frontend: remove vertical padding on public link expiry date input (#605)
This commit is contained in:
committed by
ericlinagora
parent
afb673f9e0
commit
2f3a4c2302
+1
-1
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user