Added a minimum height on the tracks listing display

This commit is contained in:
Adam Lavin 2016-03-28 11:57:40 +01:00
parent 547a8dc883
commit 764a7df18d

View file

@ -385,6 +385,7 @@ html {
list-style: none; list-style: none;
overflow: hidden; overflow: hidden;
li { li {
.box-sizing(border-box); .box-sizing(border-box);
overflow: hidden; overflow: hidden;
@ -394,6 +395,7 @@ html {
padding: 5px 0px; padding: 5px 0px;
padding-right: 10px; padding-right: 10px;
position: relative; position: relative;
height: 56px;
.icons { .icons {
float: right; float: right;