Skip to content

Commit

Permalink
Ensure discover table headers have a min width
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rowe <[email protected]>
  • Loading branch information
d-rowe committed Nov 26, 2024
1 parent 539675e commit f6fd476
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// nested for specificity
.docTableHeaderField {
padding: $euiSizeS;
min-width: 210px;
}
}

Expand Down

0 comments on commit f6fd476

Please sign in to comment.