From 6f6ebf5b18161478175c5450974c9cfa506c3d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCleyman=20Bar=C4=B1=C5=9F=20Eser?= <50797736+suleymanbariseser@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:37:15 +0300 Subject: [PATCH] Fix FieldValidationMessage height issue (#64717) --- .../grafana-ui/src/components/Forms/FieldValidationMessage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Forms/FieldValidationMessage.tsx b/packages/grafana-ui/src/components/Forms/FieldValidationMessage.tsx index 5b7c9719a52..40d14c21704 100644 --- a/packages/grafana-ui/src/components/Forms/FieldValidationMessage.tsx +++ b/packages/grafana-ui/src/components/Forms/FieldValidationMessage.tsx @@ -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};