Increase installed app title

This commit is contained in:
Johannes Zellner
2015-08-11 15:22:30 +02:00
parent f74f713bbd
commit 18feff1bfb
2 changed files with 9 additions and 2 deletions

View File

@@ -140,6 +140,13 @@ html {
padding: 10px 15px;
}
.grid-item-top-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 24px;
}
.grid-item-bottom-mobile {
padding: 10px 15px;
border-top: 1px solid #ddd;