seti-ui icon indicating copy to clipboard operation
seti-ui copied to clipboard

text overflow in tooltips

Open RumpelRaisch opened this issue 7 years ago • 2 comments
trafficstars

On files with long paths the tooltip looks strange with overflowing text: 20181012-142824-rainer schulz Best regards.

RumpelRaisch avatar Oct 12 '18 12:10 RumpelRaisch

I added this to my styles.less to fix it:

.tooltip {
    .tooltip-inner {
        max-width: none;
    }
}

EDIT: word-wrap: break-word; would also work.

RumpelRaisch avatar Oct 12 '18 12:10 RumpelRaisch

Open to PRs for this 👍

orta avatar Jul 08 '19 12:07 orta