mirror of
https://github.com/flarum/framework.git
synced 2025-06-06 16:24:33 +08:00
Truncate long title controls on mobile
This commit is contained in:
@ -96,6 +96,8 @@
|
||||
> .Button {
|
||||
color: @header-color;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
.App-titleControl--text {
|
||||
|
Reference in New Issue
Block a user