Skip to content

Commit

Permalink
[Bug] Fix metric vizualization (opensearch-project#1650)
Browse files Browse the repository at this point in the history
Add container width to enable correct truncation
Normalize line height to prevent clipped descenders

Fixes opensearch-project#1643

Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr authored and kavilla committed Jun 16, 2022
1 parent bea59b7 commit 53f6e24
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
}

.mtrVis__container {
text-align: center;
line-height: normal;
max-width: 100%;
padding: $euiSize;
text-align: center;
}

.mtrVis__container--light {
Expand Down

0 comments on commit 53f6e24

Please sign in to comment.