seti-ui
seti-ui copied to clipboard
text overflow in tooltips
trafficstars
On files with long paths the tooltip looks strange with overflowing text:
Best regards.
I added this to my styles.less to fix it:
.tooltip {
.tooltip-inner {
max-width: none;
}
}
EDIT: word-wrap: break-word; would also work.
Open to PRs for this 👍