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 { > .Button {
color: @header-color; color: @header-color;
width: 100%; width: 100%;
overflow: hidden;
text-overflow: ellipsis;
} }
} }
.App-titleControl--text { .App-titleControl--text {