I use jQuery UI\'s new Tooltip and having trouble with figuring out how to set a maximum width of the tooltip. I guess it should be done with position, but how?
.ui-tooltip{ max-width: 800px !important; width: auto !important; overflow:auto !important; } .ui-tooltip-content{ background-color: #fdf8ef; }