jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
942 stars 285 forks source link

Small UI bug #523

Open itay-grudev opened 5 years ago

itay-grudev commented 5 years ago

https://github.com/jesseweed/seti-ui/blob/d438bc0374315b880827621f76da79265b6d714d/styles/components/panes.less#L36-L40

This creates some float and clipping issues when the content goes into two lines. A better implementation might be to lose the height, and let the box size to it's contents. Also to fix float issue I added a clearfix so:

-height: 45px;
+min-height: 45px;
+overflow: hidden;
orta commented 5 years ago

Any chance you can make a PR with screenshots please?