'how to customize tooltip width in bootstrap

I have a bootstrap tooltip like the following.

<i class="fas fa-question-circle" style="color: #f44336; cursor: pointer;" data-toggle="tooltip" data-placement="top" data-html="true" data-container="body" title="" data-original-title="some text: just a test text just a test text. <br> Submitted: just a test text"></i>

enter image description here

My Question is, I want to resize the width of this tooltip. My aim is to make the first sentence in one line. is there any possible solution for this ?



Solution 1:[1]

Here you have goog informations : https://www.jquery-az.com/bootstrap-tooltip-simple-and-customized-tooltips-demos/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 OrbitGum