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

Set height for sidebar icons
This commit is contained in:
Morris Jobke 2018-01-10 12:36:02 +01:00 committed by GitHub
commit 4f561e2bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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