yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Multi-line tooltip ? #14

Closed 0x0L closed 10 years ago

0x0L commented 10 years ago

Hi,

HLint spits out long multi-line suggestions.

This patch in atom-lint.less allows for multi-line tooltips:

  .tooltip.bottom .tooltip-inner {
    border-top-left-radius: 0 !important;
    white-space: pre-wrap;
    text-align: left;
  }

See my branch x0l:hlint

I am a total css noob, so I don't know if it's the correct way to do this. This is also somehow related to issue #12