mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #20618 from owncloud/action-icon-size
Fix image sizing for action icons in Edge
This commit is contained in:
commit
7141c70cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -530,8 +530,8 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
|
|||
}
|
||||
|
||||
a.action > img {
|
||||
max-height: 16px;
|
||||
max-width: 16px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue