:root {
    /*--tooltip-width: 400px;*/
}

/* dynamically resize tooltips */
[data-toggle=tooltip]::after {
    width: auto;
}