Skip to content

Commit

Permalink
[Bug] Fix metric vizualization (#1650) (#1670)
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]>
(cherry picked from commit b888cca)
  • Loading branch information
opensearch-trigger-bot[bot] authored Jun 3, 2022
1 parent d3a0bc3 commit 8ff5dce
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 8ff5dce

Please sign in to comment.