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:
asbig 2017-04-05 14:19:31 +01:00 committed by Samuel Georges
parent b858ff680e
commit 91c9d0cd17
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}