Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102510
    tullio0106@live.it
    Participant

    On my screen I’ve many fields with tooltips ane my tooltips are quite long. (60 chars).

    If I set the position bottom (or top or left) on my first field the tooltip appears truncated.

    If I set the position bottom (or top or right) on my last field the tooltip appears truncated.

    Is there any way to force the tooltip to remain in the window (moving right or left as much as needed) ?

    Or, is there any way to force the tooltip to split on more than one line ?

    Tks

    #102519
    Yavor Dashev
    Participant

    Hi tullio0106@live.it,

    For this scenario when you have a large number of characters in your tooltip as a solution it will be best to set a width to the tooltip which when I tested the tooltip seems like the most viable solution.
    You can set the width of the tooltip using CSS: 
     

    smart-tooltip{        
        width: 50%;    
    }
    

    Let me know what you think!

    Please, do not hesitate to contact us if you have any additional questions.

    Best regards,
    Yavor Dashev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.