mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 18:41:10 +08:00
fix: overflow notifications group header text with ellipses (#3500)
Fixes #3408
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user