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
Co-authored-by: Dave Snider <dave.snider@gmail.com>
  • Loading branch information
kertal and snide authored May 8, 2020
1 parent e79f331 commit 3a6c1ce
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 3a6c1ce

Please sign in to comment.