1
0
mirror of https://github.com/flarum/core.git synced 2025-06-21 10:21:13 +02:00

Truncate long title controls on mobile

This commit is contained in:
Toby Zerner
2015-12-01 11:48:54 +10:30
parent 173de809b8
commit d96e57eabb

View File

@ -96,6 +96,8 @@
> .Button {
color: @header-color;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}
.App-titleControl--text {