Commit e5a11687 authored by Jacob Schatz's avatar Jacob Schatz

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

Give explicit height to SVG icons for Safari

See merge request !10550
parents e2129c91 57392fcc
......@@ -31,7 +31,7 @@
svg {
width: 20px;
height: auto;
height: 20px;
fill: $gl-text-color-secondary;
}
......
......@@ -19,7 +19,7 @@ ul.notes {
svg {
width: 18px;
height: auto;
height: 18px;
fill: $gray-darkest;
position: absolute;
left: 30px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment