diff --git a/changelogs/upcoming/7607.md b/changelogs/upcoming/7607.md new file mode 100644 index 00000000000..ba7a04f6937 --- /dev/null +++ b/changelogs/upcoming/7607.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed `EuiTextArea`'s CSS box model to no longer render a few extra pixels of strut height diff --git a/src/components/form/text_area/_text_area.scss b/src/components/form/text_area/_text_area.scss index 4144e1dd86d..3122fd44140 100644 --- a/src/components/form/text_area/_text_area.scss +++ b/src/components/form/text_area/_text_area.scss @@ -2,6 +2,11 @@ @include euiFormControlStyle; line-height: $euiLineHeight; // give more spacing between multiple lines + //