diff --git a/public/app/pages/TagExplorerView.module.scss b/public/app/pages/TagExplorerView.module.scss index ca6aff90a7..dd8700ed91 100644 --- a/public/app/pages/TagExplorerView.module.scss +++ b/public/app/pages/TagExplorerView.module.scss @@ -120,11 +120,6 @@ $pieChartWidth: 300px; margin-right: 10px; } - .bold { - font-weight: bold; - white-space: nowrap; - } - .label { text-align: left; } @@ -136,6 +131,12 @@ $pieChartWidth: 300px; border: 1px solid var(--ps-ui-border); padding: 4px 10px; width: 10%; + overflow: auto; + + .bold { + font-weight: bold; + white-space: nowrap; + } } } } diff --git a/public/app/pages/TagExplorerView.tsx b/public/app/pages/TagExplorerView.tsx index 48a0224539..bdb28428f9 100644 --- a/public/app/pages/TagExplorerView.tsx +++ b/public/app/pages/TagExplorerView.tsx @@ -591,18 +591,22 @@ function Table({ className={styles.tagColor} style={{ backgroundColor: color?.toString() }} /> - - {tagName} - - {`(${percentage.toFixed(2)}%)`} - - + {tagName} ), }, { value: meanLabel }, { value: stdDeviationLabel }, - { value: totalLabel }, + { + value: ( +