.pulse-dashboard .pulse-kpi > .pulse-kpi-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 17px;
    line-height: 1;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.pulse-dashboard .pulse-kpi > .pulse-kpi-icon > i {
    display: block;
    margin: 0;
    line-height: 1;
}
