Fix FieldValidationMessage height issue (#64717)

This commit is contained in:
Süleyman Barış Eser 2023-03-30 15:37:15 +03:00 committed by GitHub
parent e0f107f7ee
commit 6f6ebf5b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ export const getFieldValidationMessageStyles = stylesFactory((theme: GrafanaThem
border-radius: ${theme.shape.borderRadius()};
position: relative;
display: inline-block;
align-self: flex-start;
a {
color: ${theme.colors.error.contrastText};