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
fdfa5e0ebe3f
Commit
57392fcc
authored
Apr 07, 2017
by
Annabel Dunstone Gray
Browse files
Give explicit height to SVG icons for Safari
parent
631e2c0a6d4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/events.scss
View file @
fdfa5e0e
...
...
@@ -31,7 +31,7 @@
svg
{
width
:
20px
;
height
:
auto
;
height
:
20px
;
fill
:
$gl-text-color-secondary
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
fdfa5e0e
...
...
@@ -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