1
0
Fork 0
forked from forgejo/forgejo

Prevent .code-view from overriding font on icon fonts (#8614)

This commit is contained in:
zeripath 2019-10-21 23:23:35 +01:00 committed by GitHub
parent d8161ee3fd
commit 2f9a66a76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1063,7 +1063,7 @@ i.icon.centerlock {
overflow-x: auto;
overflow-y: hidden;
* {
*:not(.fa):not(.octicon):not(.icon) {
font-size: 12px;
font-family: @monospaced-fonts, monospace;
line-height: 20px;