mirror of
https://github.com/flarum/framework.git
synced 2025-05-03 01:54:03 +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;
|
color: var(--heading-color) !important;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// Prevent outline overflowing parent
|
// Prevent outline overflowing parent
|
||||||
.add-keyboard-focus-ring-offset(-1px);
|
.add-keyboard-focus-ring-offset(-1px);
|
||||||
|
|
||||||
|
&, span {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-badges {
|
&-badges {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user