Skip to content

Commit 6fe0ba3

Browse files
style(action-pane): clip heading label (openscd#528)
this prevents long headings from extending across the right pane border on small screens
1 parent 8affe8a commit 6fe0ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action-pane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class ActionPane extends LitElement {
152152
color: var(--mdc-theme-on-surface);
153153
font-family: 'Roboto', sans-serif;
154154
font-weight: 300;
155-
overflow: visible;
155+
overflow: clip visible;
156156
white-space: nowrap;
157157
text-overflow: ellipsis;
158158
margin: 0px;

0 commit comments

Comments
 (0)