.tooltip.tooltip-error .tooltip-inner {
    line-height: 1em;
    background: white;
    border: 1px solid #ff6161;
    color: black;
    margin-top: 5px;
}

.tooltip-inner {
    white-space: nowrap
}