mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
8928a1ef98
commit
88fa27debe
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue