mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -1050,6 +1050,7 @@ form.section {
|
|||
|
||||
#apps-list.installed .app-image {
|
||||
width: 44px;
|
||||
height: auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue