Browse Source

Merge pull request #7769 from nextcloud/fix-ie-svg-size

Set height for sidebar icons
pull/7734/merge
Morris Jobke 8 years ago
committed by GitHub
parent
commit
4f561e2bca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/css/apps.scss

1
core/css/apps.scss

@ -235,6 +235,7 @@ kbd {
&:first-child img {
margin-right: 11px;
width: 16px;
height: 16px;
margin-left: -30px;
}

Loading…
Cancel
Save