diff --git a/src/action-pane.ts b/src/action-pane.ts index 0d43ffef2a..5c9bdeda56 100644 --- a/src/action-pane.ts +++ b/src/action-pane.ts @@ -152,7 +152,7 @@ export class ActionPane extends LitElement { color: var(--mdc-theme-on-surface); font-family: 'Roboto', sans-serif; font-weight: 300; - overflow: visible; + overflow: clip visible; white-space: nowrap; text-overflow: ellipsis; margin: 0px;