Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
e5a11687
Commit
e5a11687
authored
Apr 07, 2017
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'safari-svg-bug' into 'master'
Give explicit height to SVG icons for Safari See merge request !10550
parents
e2129c91
57392fcc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
No files found.
app/assets/stylesheets/pages/events.scss
View file @
e5a11687
...
...
@@ -31,7 +31,7 @@
svg
{
width
:
20px
;
height
:
auto
;
height
:
20px
;
fill
:
$gl-text-color-secondary
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
e5a11687
...
...
@@ -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