zouhir / jarvis

A very intelligent browser based Webpack dashboard
5.44k stars 191 forks source link

Overlapping text and icons in the Modules section #56

Closed monsonjeremy closed 6 years ago

monsonjeremy commented 6 years ago

There is some overlapping text and icons in the modules section for long paths. See the screenshot attached.

screen shot 2018-01-15 at 13 26 39
zouhir commented 6 years ago

Thank you for reporting!!

That's a great first isse of pure CSS!

Tip: The 3 dots can have margin-left:auto in flex parent and that will push them + the number to the end of the row.

monsonjeremy commented 6 years ago

@zouhir that would work, however they're currently not in the same div container. I can go ahead and fix this issue and make a PR if you'd like?

zouhir commented 6 years ago

I'd love to get a PR! Do it your favourite way, I'm sure whatever will be better than what it is now 😻😻😻🦄🦄🦄

zouhir commented 6 years ago

Fixed by #67