Skip to content

Commit

Permalink
style(action-pane): clip heading label (#528)
Browse files Browse the repository at this point in the history
this prevents long headings from extending across the right pane border on small screens
  • Loading branch information
JakobVogelsang authored Feb 3, 2022
1 parent 8affe8a commit 6fe0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action-pane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6fe0ba3

Please sign in to comment.