Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
31d349438811
Commit
e5a11687
authored
Apr 07, 2017
by
Jacob Schatz
Browse files
Merge branch 'safari-svg-bug' into 'master'
Give explicit height to SVG icons for Safari See merge request !10550
parents
bddc8598861e
fdfa5e0ebe3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/events.scss
View file @
31d34943
...
...
@@ -31,7 +31,7 @@
svg
{
width
:
20px
;
height
:
auto
;
height
:
20px
;
fill
:
$gl-text-color-secondary
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
31d34943
...
...
@@ -19,7 +19,7 @@ ul.notes {
svg
{
width
:
18px
;
height
:
auto
;
height
:
18px
;
fill
:
$gray-darkest
;
position
:
absolute
;
left
:
30px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment