fix: overflow notifications group header text with ellipses (#3500)

Fixes #3408
This commit is contained in:
David Sevilla Martin 2022-07-04 07:16:59 -04:00 committed by GitHub
parent 9a62c32c28
commit 709c5566bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,14 +68,17 @@
color: var(--heading-color) !important;
padding: 8px 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
align-items: center;
// Prevent outline overflowing parent
.add-keyboard-focus-ring-offset(-1px);
&, span {
overflow: hidden;
text-overflow: ellipsis;
}
}
&-badges {