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 doesn't scale when tab-bar is full #333

Closed ghost closed 7 years ago

ghost commented 7 years ago

Technical description: Tabs doesn't decrease in width beneath a certain value. General description: When the tab-bar is full of tabs, opening a new tab doesn't resize the other tabs in width. Instead it moves the new tab out of the window and it's therefore unable to choose (click).

Reproduction Steps:

  1. Open Atom
  2. Keep going opening tabs (CTRL+N) until you notice the behavior

Expected behavior: Tabs should scale correctly in size.

Observed behavior: Tabs doesn't scale as expected. Making it impossible to select the newest tabs.

Atom version: 1.10.2 Package version: 1.3.6 OS and version: Ubuntu 15.10

silvestreh commented 7 years ago

You can either scroll the tab bar horizontally or get into the theme's settings and override this behavior by enabling the No minimum width for tabs option.