Fixes icon styling in FireFox and Windows environment
line-height from .status-icon to .status-icon > i. (#2776) In /modules/system/assets/ui/less/chart.less.
This commit is contained in:
parent
b858ff680e
commit
91c9d0cd17
|
|
@ -359,13 +359,13 @@
|
|||
color: white;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
.border-radius(100px);
|
||||
|
||||
> i {
|
||||
font-size: 10px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue