Fix scroll for last push widget

This commit is contained in:
Dmitriy Zaporozhets 2015-03-17 18:11:27 -07:00
parent 5bbc70da9c
commit f8c8d988e8
1 changed files with 3 additions and 1 deletions

View File

@ -154,10 +154,12 @@
overflow: auto;
.event-last-push-text {
@include str-truncated(100%);
padding: 5px 0;
font-size: 13px;
float:left;
margin-right: -150px;
padding-right: 150px;
line-height: 24px;
line-height: 20px;
}
}