diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 12:50:15 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 16:15:44 -0500 |
commit | 57392fcc7c676521b9cb476619e9285d829e5ebd (patch) | |
tree | 7d82e3f5ac8ad36af51d01324c259e3a70ade713 /app | |
parent | 6ca6ca89170f0e9db5f71a737d45dc01401d9f2d (diff) | |
download | gitlab-ce-57392fcc7c676521b9cb476619e9285d829e5ebd.tar.gz |
Give explicit height to SVG icons for Safari
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/events.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss index e7f9bbbc62f..79da490675a 100644 --- a/app/assets/stylesheets/pages/events.scss +++ b/app/assets/stylesheets/pages/events.scss @@ -31,7 +31,7 @@ svg { width: 20px; - height: auto; + height: 20px; fill: $gl-text-color-secondary; } diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 12ca20a1420..f007e65940e 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -19,7 +19,7 @@ ul.notes { svg { width: 18px; - height: auto; + height: 18px; fill: $gray-darkest; position: absolute; left: 30px; |