Closed SK83RJOSH closed 8 years ago
Also I understand this is entirely a matter of preference, but I think the width / margin should be bumped up just a tad so this doesn't occur for things like Project Find.
You can edit your own stylesheet located in ~/.atom/styles.less
and give them whatever width you're comfortable with.
.tab-bar .tab {
max-width: 16rem;
}
Is there a way I could make them auto match the width of the text? I tried messing with the css but could not figure it out.
Tabs are generally too small (width-wise) after this most recent update. The following screenshot illustrates this problem fairly well, as I don't think a default atom feature / tab title should be getting cut off.