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
Léo-Paul Géneau
gitlab-ce
Commits
907d050d
Commit
907d050d
authored
Jun 25, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paragraph line height for emoji
parent
07de43a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
app/assets/stylesheets/framework/awards.scss
app/assets/stylesheets/framework/awards.scss
+4
-0
app/assets/stylesheets/framework/emojis.scss
app/assets/stylesheets/framework/emojis.scss
+1
-0
changelogs/unreleased/fix-paragraph-line-height-for-emoji.yml
...gelogs/unreleased/fix-paragraph-line-height-for-emoji.yml
+5
-0
No files found.
app/assets/stylesheets/framework/awards.scss
View file @
907d050d
...
...
@@ -104,6 +104,10 @@
position
:
relative
;
top
:
3px
;
}
>
gl-emoji
{
line-height
:
1
.5
;
}
}
.award-menu-holder
{
...
...
app/assets/stylesheets/framework/emojis.scss
View file @
907d050d
...
...
@@ -4,4 +4,5 @@ gl-emoji {
vertical-align
:
middle
;
font-family
:
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
font-size
:
1
.5em
;
line-height
:
0
.9
;
}
changelogs/unreleased/fix-paragraph-line-height-for-emoji.yml
0 → 100644
View file @
907d050d
---
title
:
Fix paragraph line height for emoji
merge_request
:
20137
author
:
George Tsiolis
type
:
fixed
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