Merge branch 'safari-svg-bug' into 'master'

Give explicit height to SVG icons for Safari

See merge request !10550
This commit is contained in:
Jacob Schatz 2017-04-07 22:42:29 +00:00
commit e5a116873e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
svg {
width: 20px;
height: auto;
height: 20px;
fill: $gl-text-color-secondary;
}

View File

@ -19,7 +19,7 @@ ul.notes {
svg {
width: 18px;
height: auto;
height: 18px;
fill: $gray-darkest;
position: absolute;
left: 30px;