Skip to content

Commit

Permalink
[Discover] Prevent whitespace wrapping of doc table header (#52861) (#…
Browse files Browse the repository at this point in the history
…65883)

Co-authored-by: Dave Snider <dave.snider@gmail.com>
  • Loading branch information
kertal and snide authored May 8, 2020
1 parent a1bfedf commit f897841
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.kbnDocTableHeader {
white-space: nowrap;
}
.kbnDocTableHeader button {
margin-left: $euiSizeXS;
}
Expand Down

0 comments on commit f897841

Please sign in to comment.