mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Merge pull request #10716 from asdotdev/bug/10641-password-validation-message-hidden
fix password validation message hiding under box shadow
This commit is contained in:
commit
14c0536307
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