Fix height of table rows in apps management on IE11
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7f86d4af65
commit
a79d276324
|
@ -899,6 +899,7 @@ span.version {
|
|||
}
|
||||
.app-image {
|
||||
width: 44px;
|
||||
height: auto;
|
||||
text-align: right;
|
||||
}
|
||||
.app-image-icon svg {
|
||||
|
|
Loading…
Reference in New Issue