Fix the app icons in the install app grid

This commit is contained in:
Johannes Zellner
2015-07-28 13:06:55 +02:00
parent 739dcfde8b
commit af682e5bb1
2 changed files with 4 additions and 1 deletions

View File

@@ -337,6 +337,9 @@ html {
max-height: 80px;
min-width: 80px;
max-width: 100%;
}
.appstore-install .app-icon {
float: left;
}