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;
overflow: hidden;
li {
.box-sizing(border-box);
overflow: hidden;
@ -394,6 +395,7 @@ html {
padding: 5px 0px;
padding-right: 10px;
position: relative;
height: 56px;
.icons {
float: right;