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
b96278f855
commit
1d47410021
|
@ -1050,6 +1050,7 @@ form.section {
|
|||
|
||||
#apps-list.installed .app-image {
|
||||
width: 44px;
|
||||
height: auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue