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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
1073931a
Commit
1073931a
authored
Aug 30, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-08-30
parents
8c88889e
f981d4fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/framework/emojis.scss
app/assets/stylesheets/framework/emojis.scss
+2
-2
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+3
-0
changelogs/unreleased/fix_emojis_cutting_and_regressions.yml
changelogs/unreleased/fix_emojis_cutting_and_regressions.yml
+5
-0
No files found.
app/assets/stylesheets/framework/emojis.scss
View file @
1073931a
...
...
@@ -3,6 +3,6 @@ gl-emoji {
display
:
inline-flex
;
vertical-align
:
middle
;
font-family
:
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
,
"Noto Color Emoji"
;
font-size
:
1
.
5
em
;
line-height
:
0
.9
;
font-size
:
1
.
4
em
;
line-height
:
1em
;
}
app/assets/stylesheets/pages/notes.scss
View file @
1073931a
...
...
@@ -141,6 +141,9 @@ ul.notes {
}
.note-body
{
overflow-x
:
auto
;
overflow-y
:
hidden
;
.note-text
{
@include
md-typography
;
// Reset ul style types since we're nested inside a ul already
...
...
changelogs/unreleased/fix_emojis_cutting_and_regressions.yml
0 → 100644
View file @
1073931a
---
title
:
Fix Emojis cutting in the right way
merge_request
:
author
:
Alexander Popov
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