summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2017-04-07 22:42:29 +0000
committerJacob Schatz <jschatz@gitlab.com>2017-04-07 22:42:29 +0000
commite5a116873ee95343fa19beb6e3b6cbb1471e8711 (patch)
tree4dd7163a0d2367607b48a1832bb341c9c3404400 /app
parente2129c91386f04eafb059ced02dec49c4465d22a (diff)
parent57392fcc7c676521b9cb476619e9285d829e5ebd (diff)
downloadgitlab-ce-e5a116873ee95343fa19beb6e3b6cbb1471e8711.tar.gz
Merge branch 'safari-svg-bug' into 'master'
Give explicit height to SVG icons for Safari See merge request !10550
Diffstat (limited to 'app')
-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;