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-basis: 150px;
flex-shrink: 0; flex-shrink: 0;
justify-content: flex-end; justify-content: flex-end;
.list-itemtype-track-likers {
margin-right: .5rem;
}
} }
.list-itemtype-track-likers, .list-itemtype-track-likers,
.list-itemtype-track-watchers { .list-itemtype-track-watchers {
display: inline-block; display: flex;
width: 2.5rem; .icon {
display: block;
margin-right: .2rem;
width: 16px;
}
&.active { &.active {
color: $primary; color: $primary;
path { path {