1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

add .fa margin like .octicon (#7258)

This commit is contained in:
Antoine GIRARD
2019-06-20 09:16:01 +02:00
committed by Lunny Xiao
parent 8ec659722d
commit de9b398cde
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
border-bottom: 1px solid #eaeaea;
}
.octicon {
.octicon, .fa {
margin-left: 1px;
margin-right: 5px;
}