Skip to content

Commit

Permalink
Bugfix/deformed emoji in commit message (backport 1.9) (#8071)
Browse files Browse the repository at this point in the history
* Fixes deformed emoji in pull request comments or reviews

Signed-off-by: Mario Lubenka <[email protected]>

* Generate css via command

Signed-off-by: Mario Lubenka <[email protected]>
  • Loading branch information
saitho authored and sapk committed Sep 3, 2019
1 parent 5d26760 commit 7727f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ footer .ui.left,footer .ui.right{line-height:40px}
.repository .diff-file-box .code-diff-split tbody tr td:nth-child(4){border-left-width:1px;border-left-style:solid}
.repository .diff-file-box.file-content{clear:right}
.repository .diff-file-box.file-content img{max-width:100%;padding:5px 5px 0 5px}
.repository .diff-file-box.file-content img.emoji{padding:0}
.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}
.repository .repo-search-result{padding-top:10px;padding-bottom:10px}
.repository .repo-search-result .lines-num a{color:inherit}
Expand Down
3 changes: 3 additions & 0 deletions public/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,9 @@
max-width: 100%;
padding: 5px 5px 0 5px;
}
img.emoji {
padding: 0;
}

clear: right;
}
Expand Down

0 comments on commit 7727f84

Please sign in to comment.