mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Font Awesome upgrade changed padding on (+) Reply as New Topic
This commit is contained in:
parent
82b578249c
commit
72632670db
@ -151,6 +151,8 @@
|
|||||||
}
|
}
|
||||||
.reply-new i {
|
.reply-new i {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
color: $attention_fg;
|
color: $attention_fg;
|
||||||
background-color: $attention_bg;
|
background-color: $attention_bg;
|
||||||
|
Loading…
Reference in New Issue
Block a user