mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix password validation message hiding under box shadow
This commit is contained in:
parent
174639da0c
commit
269426a55f
1 changed files with 2 additions and 0 deletions
|
|
@ -374,6 +374,8 @@ export const PasswordInput = function PasswordInput({
|
|||
fontSize: '11px',
|
||||
fontWeight: '400',
|
||||
lineHeight: '16px',
|
||||
position: 'relative',
|
||||
zIndex: 2,
|
||||
}}
|
||||
>
|
||||
{showValidationError && validationError}
|
||||
|
|
|
|||
Loading…
Reference in a new issue