forked from External/greenlight
Optimize space between icon and text in navigation (#2672)
* straighten navigation Position of the text are not the same in every entry. This change unifies the distance between icon and text * define space between text and icon add the same space between icon and text in the navigation.
This commit is contained in:
@ -187,3 +187,7 @@ table {
|
||||
.btn i {
|
||||
transition: all .15s;
|
||||
}
|
||||
|
||||
.nav-icon i {
|
||||
width: 35px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user