mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
fix: overflow notifications group header text with ellipses (#3500)
Fixes #3408
This commit is contained in:
committed by
GitHub
parent
9a62c32c28
commit
709c5566bb
@@ -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 {
|
||||
|
Reference in New Issue
Block a user