lee-dohm / file-type-icons

Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
https://atom.io/packages/file-type-icons
Other
28 stars 19 forks source link

Nowrap long file names under icon. JS icon for TypeScript files. #48

Closed PFight closed 8 years ago

PFight commented 8 years ago

Ouch, white-space: nowrap !important; needed.

lee-dohm commented 8 years ago

Long file names don't wrap for me on the built-in Atom themes and since I'm not modifying white-space currently, this doesn't appear to be a bug in file-type-icons. Please resubmit the pull request addressing only the icon for TypeScript files.