Commit 57392fcc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Give explicit height to SVG icons for Safari

parent 6ca6ca89
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
svg { svg {
width: 20px; width: 20px;
height: auto; height: 20px;
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
} }
......
...@@ -19,7 +19,7 @@ ul.notes { ...@@ -19,7 +19,7 @@ ul.notes {
svg { svg {
width: 18px; width: 18px;
height: auto; height: 18px;
fill: $gray-darkest; fill: $gray-darkest;
position: absolute; position: absolute;
left: 30px; 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