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