[Discover] Fix doc viewer table columns (#113124)

* [Discover] fix doc viewer table columns

* [Discover] apply suggestions

* [Discover] apply suggestion

* [Discover] fix action column

* [Discover] do not apply min-width to actions column

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Dmitry Tomashevich 2021-10-01 18:14:10 +03:00 committed by GitHub
parent 8928a1ef98
commit 88fa27debe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,11 @@
font-size: $euiFontSizeXS;
font-family: $euiCodeFontFamily;
// set min-width for each column except actions
.euiTableRowCell:nth-child(n+2) {
min-width: $euiSizeM * 9;
}
.kbnDocViewer__buttons {
// Show all icons if one is focused,
&:focus-within {