fix event-last-push message's styling on mobile [ci skip]

This commit is contained in:
Wanfung Joshua Lee 2015-01-05 21:36:58 -08:00
parent d884c21004
commit 33a5106857

View file

@ -145,8 +145,12 @@
* Last push widget
*/
.event-last-push {
overflow: auto;
.event-last-push-text {
@include str-truncated(75%);
@include str-truncated(100%);
float:left;
margin-right: -150px;
padding-right: 150px;
line-height: 24px;
}
}