summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 12:50:15 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 12:50:15 -0500
commit367eba7849efb7ee5fa8ba0df7646ce7c05aa4ce (patch)
tree438a3d723e94c856335de48d54fae31af9a16ea8
parentfd16c892556a345d43a5ffc1c7bbc28b63b0a49c (diff)
downloadgitlab-ce-safari-svg-bug.tar.gz
Give explicit height to SVG icons for Safarisafari-svg-bug
-rw-r--r--app/assets/stylesheets/pages/events.scss2
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
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;