mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 22:03:27 +08:00
Truncate long title controls on mobile
This commit is contained in:
parent
173de809b8
commit
d96e57eabb
|
@ -96,6 +96,8 @@
|
|||
> .Button {
|
||||
color: @header-color;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
.App-titleControl--text {
|
||||
|
|
Loading…
Reference in New Issue
Block a user