MoOx/atom-smart-tab-name

Display bug

Closed this issue · 6 comments

ugogo commented

Maybe because of

  • icons?
  • text is too long?

capture d ecran 2015-07-24 a 09 58 02

MoOx commented

From my memory, some icons plugins and this plugin use the same element/technique to be introduced. I will see if I can fix that or if it's an issue with the other plugins.

I have the same problem with the "file-icons" plugin. A simple display: inline-block on .smart-tab-name seems to fix it.

MoOx commented

You mean "display: inline-block" ?

Yes sorry, it's friday…

I had the same problem, recorded a screen cap before I realized this bug was already open.

bug3

Nice one @whoisthecoon, putting that in ~/.atom/styles.less does fix it.

.smart-tab-name {
  display: inline-block
}
MoOx commented

Fixed in 1.0.2. Thanks for the workaround.