Closed emileber closed 8 years ago
I am having a similar problem, I am using the Atom-Material-UI theme and when files are opened outside the project or when the tab is too small this happens: (In this case the names are larger than the tab)
Looks like the CSS is getting messed up maybe? The Contents of the tab extend below the tab bar in my case here:
Disabling this packages makes the file names behave as expected
I think this is related to foldername-tabs
and the file-icons
package. Adding this to my global stylesheet seems to have fixed it:
.file-icons-tab-pane-icon atom-pane .tab-bar {
.tab .title[data-path]:before {
position: relative;
float: left;
margin-right: 5px;
}
}
cool fix, thanks :+1:
I'm having the same issue as @ChristopherFunk
I found that Atom natively shows the folder name on tabs of files with the same name making this plugin unnecessary for me now.
Maybe I'll try the fix if I feel like I would need the folder name on every tab.
When enabled, this plugin only shows the icon and hides the filename on narrow tabs.
What it should do:
All the options are at their default value.
My installed packages:
I'm on windows 10 64-bit pro.