Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 20:50:15 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-08 00:15:44 +0300
commit57392fcc7c676521b9cb476619e9285d829e5ebd (patch)
tree7d82e3f5ac8ad36af51d01324c259e3a70ade713 /app/assets/stylesheets/pages/events.scss
parent6ca6ca89170f0e9db5f71a737d45dc01401d9f2d (diff)
Give explicit height to SVG icons for Safari
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss2
1 files changed, 1 insertions, 1 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;
}