Skip to content

Commit

Permalink
Fix for overlaping ratings in mobile list view
Browse files Browse the repository at this point in the history
  • Loading branch information
gugahoi committed Feb 9, 2014
1 parent 0119688 commit fa10c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/less/mobile/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
}

span.rating {
Expand Down Expand Up @@ -151,6 +152,7 @@
#movie_library {
.inner {
padding-left: 10px;
padding-right: 60px;
}
}

Expand Down

0 comments on commit fa10c8e

Please sign in to comment.