Skip to content

Commit

Permalink
Prevent whitespace wrapping of Discover doc table header
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Dec 12, 2019
1 parent 989a349 commit f04a7ef
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 th{
white-space: nowrap;
}
.kbnDocTableHeader button {
margin-left: $euiSizeXS;
}
Expand Down

0 comments on commit f04a7ef

Please sign in to comment.