Skip to content

Commit

Permalink
[Bug] Fix metric vizualization (#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 #1643

Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr authored Jun 3, 2022
1 parent cdd179f commit b888cca
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 b888cca

Please sign in to comment.