Fix font icon line-height
We forgot to include this property when replacing our use of `%fa-icon`, and it was causing the admin menu to have a blank space at the bottom. So we're including it again to make sure nothing else breaks because of this omition.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome/variables";
|
||||
@import "font-awesome/path";
|
||||
@import "font-awesome/mixins";
|
||||
@import "font-awesome/core";
|
||||
@import "jquery-ui/autocomplete";
|
||||
@import "jquery-ui/datepicker";
|
||||
@import "jquery-ui/sortable";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%font-icon {
|
||||
display: inline-block;
|
||||
@extend %fa-icon;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user