CSS Tooltips line break
问题 I've text to show inside a tooltip on hover of an icon. The tooltips width need to be: max-width:300px if the text fit in one line and less than 300px , adjust to text width if the text need many lines, the tooltip width need to be 300px How can I define the .tooltip .content-tooltip to work like describe before ? I've tried using white-space: nowrap; and some word-break ... .tooltip { position: relative; margin-right: 5px; display: block; text-align: center; width: 75px; padding: 5px; border