atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Tabs too small #221

Closed SK83RJOSH closed 8 years ago

SK83RJOSH commented 8 years ago

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.

evrzr1ax

SK83RJOSH commented 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.

silvestreh commented 8 years ago

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;
}
jared-christensen commented 8 years ago

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.