Fixed white space in package overview

This commit is contained in:
Simon Busborg
2016-06-21 12:19:02 +02:00
parent afd62caa73
commit 4c57cc2f39

View File

@@ -96,6 +96,9 @@
text-align: center;
background-color: white;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
min-height: 60px;
}
@@ -113,6 +116,9 @@
padding-top: 15px;
text-align: center;
background: @grayLighter;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 1px solid #ececec;
}
@@ -139,6 +145,11 @@
color: @grayMed;
word-wrap: break-word;
line-height: 1.1rem;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
// Numbers