Fix height of table rows in apps management on IE11

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-01-03 17:12:16 +01:00
parent b96278f855
commit 1d47410021
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -1050,6 +1050,7 @@ form.section {
#apps-list.installed .app-image {
width: 44px;
height: auto;
text-align: right;
}