1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Truncate long title controls on mobile

This commit is contained in:
Toby Zerner
2015-12-01 11:48:54 +10:30
parent d36d3c013a
commit 88f03f1d95

View File

@@ -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 {