Skip to content

Commit

Permalink
fix(workbench/message-box): wrap title if too long
Browse files Browse the repository at this point in the history
Previously, the title was truncated and an ellipsis displayed if it was too long.
  • Loading branch information
danielwiehl authored and Marcarrian committed Jan 26, 2024
1 parent d5950ce commit 4bb5b89
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@use '../../common/workbench-mixins';

:host {
--ɵmessage-box-severity-color: initial;
display: grid;
@@ -24,7 +22,6 @@
overflow-wrap: break-word;
white-space: pre-line;
padding-top: var(--sci-workbench-messagebox-padding);
@include workbench-mixins.ellipsis-on-overflow();
font-family: var(--sci-workbench-messagebox-title-font-family);
font-size: var(--sci-workbench-messagebox-title-font-size);
font-weight: var(--sci-workbench-messagebox-title-font-weight);

0 comments on commit 4bb5b89

Please sign in to comment.