Skip to content

Commit

Permalink
notifications - enable ellipsis overflow for buttons again
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Aug 13, 2020
1 parent 6e57a9a commit aa6e57d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
text-overflow: ellipsis;
}

.monaco-workbench .notifications-list-container .notification-list-item .notification-list-item-buttons-container .monaco-text-button {
display: inline-block; /* to enable ellipsis in text overflow */
}

/** Notification: Progress */

.monaco-workbench .notifications-list-container .progress-bit {
Expand Down

0 comments on commit aa6e57d

Please sign in to comment.