fix event-last-push message's styling on mobile [ci skip]
This commit is contained in:
parent
d884c21004
commit
33a5106857
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue