Remove margin from KQL textarea (#99248)

This commit is contained in:
Andrea Del Rio 2021-05-05 08:41:53 -07:00 committed by GitHub
parent 4ab86c77d4
commit 2f80b5cf68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,8 @@
@include kbnThemeStyle('v8') {
padding-bottom: $euiSizeS + 1px;
// Firefox adds margin to textarea
margin: 0;
&.kbnQueryBar__textarea--hasPrepend {
border-top-left-radius: 0;