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 09:18:40 +01:00
parent 7f86d4af65
commit a79d276324
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -899,6 +899,7 @@ span.version {
}
.app-image {
width: 44px;
height: auto;
text-align: right;
}
.app-image-icon svg {