Skip to content

Commit

Permalink
fix: do not wrap labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva committed Oct 20, 2022
1 parent 5f596c2 commit 5547f49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { GrafanaTheme } from '@grafana/data';

export const getStyles = ({ colors, spacing, typography }: GrafanaTheme) => ({
label: css`
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
text-align: left;
font-size: ${typography.size.md};
Expand Down

0 comments on commit 5547f49

Please sign in to comment.