jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
941 stars 283 forks source link

text overflow in tooltips #510

Open RumpelRaisch opened 5 years ago

RumpelRaisch commented 5 years ago

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

RumpelRaisch commented 5 years ago

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

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

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

orta commented 4 years ago

Open to PRs for this 👍