prevent wrap in likes & watchs timeline

stable
Juanfran 2015-11-02 09:35:16 +01:00
parent 19adaaf186
commit 31b5c7bee7
1 changed files with 9 additions and 2 deletions

View File

@ -112,11 +112,18 @@
flex-basis: 150px;
flex-shrink: 0;
justify-content: flex-end;
.list-itemtype-track-likers {
margin-right: .5rem;
}
}
.list-itemtype-track-likers,
.list-itemtype-track-watchers {
display: inline-block;
width: 2.5rem;
display: flex;
.icon {
display: block;
margin-right: .2rem;
width: 16px;
}
&.active {
color: $primary;
path {