Fixed issue with query bar not taking full width in safari (#74987)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Shamin Meerankutty 2020-08-17 20:24:39 +05:30 committed by GitHub
parent a987cef583
commit 9295378d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@
&.kbnQueryBar__datePickerWrapper-isHidden {
width: 0;
overflow: hidden;
max-width: 0;
}
}
}