Skip to content

Commit 5547f49

Browse files
committed
fix: do not wrap labels
1 parent 5f596c2 commit 5547f49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/app/percona/shared/components/Form/Label/Label.styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import { GrafanaTheme } from '@grafana/data';
44

55
export const getStyles = ({ colors, spacing, typography }: GrafanaTheme) => ({
66
label: css`
7+
white-space: nowrap;
8+
overflow: hidden;
9+
text-overflow: ellipsis;
710
display: block;
811
text-align: left;
912
font-size: ${typography.size.md};

0 commit comments

Comments
 (0)