how to increase the width of tooltip in bootstrap
Answers
Answered by
0
hyy dear.....
here ur answer is.....
To fix the width problem, use the following code instead. You may edit the .tooltip-inner css class inbootstrap.css. The default max-widthis 200px.
HOPE THIS WILL HELP U ✌️✌️
here ur answer is.....
To fix the width problem, use the following code instead. You may edit the .tooltip-inner css class inbootstrap.css. The default max-widthis 200px.
HOPE THIS WILL HELP U ✌️✌️
Answered by
45
Bootstrap tooltip width
- Hi Bill, You can increase the width by adding this class to your style sheets.
- You can apply custom css styles, as by increasing the width of tooltip as per your requirement. It should work fine!
- IMHO the best solution is to create your custom CSS class and overwrite tooltip width.
Similar questions