Skip to content

Commit

Permalink
Fixed issue with query bar not taking full width in safari (#74987) (#…
Browse files Browse the repository at this point in the history
…75170)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Shamin Meerankutty <8272719+shamin@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 18, 2020
1 parent 29a2c91 commit c74c842
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
&.kbnQueryBar__datePickerWrapper-isHidden {
width: 0;
overflow: hidden;
max-width: 0;
}
}
}

0 comments on commit c74c842

Please sign in to comment.