0

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 ?

Muluken M
  • 21
  • 4
  • Does this answer your question? [How do you change the width and height of Twitter Bootstrap's tooltips?](https://stackoverflow.com/questions/14596743/how-do-you-change-the-width-and-height-of-twitter-bootstraps-tooltips) – ruleboy21 Apr 29 '22 at 08:21

1 Answers1

0

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

OrbitGum
  • 21
  • 2