Skip to content

Commit

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

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Shamin Meerankutty <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored 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.