Skip to content

Commit

Permalink
Apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Oct 10, 2022
1 parent 31ca144 commit ad85225
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
padding: $euiSizeS;

table {
table-layout: fixed;
width: 100%;

td,
th {
text-align: left;
padding: $euiSizeXS;
overflow-wrap: break-word;
word-wrap: break-word;
}
}
}
Expand All @@ -29,8 +31,6 @@
.detailedTooltip__labelContainer,
.detailedTooltip__valueContainer {
overflow-wrap: break-word;
word-break: break-all;
word-wrap: break-word;
}

.detailedTooltip__label {
Expand Down

0 comments on commit ad85225

Please sign in to comment.