opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Minor UI improvements #102

Closed frankcervantes closed 4 years ago

frankcervantes commented 4 years ago

I made minor CSS changes that prevent input elements from overflowing past their parent container. This PR also addresses the background image issue explained here - https://github.com/opensource-ny/OpenSource-NY/issues/88.

yizongk commented 4 years ago

Thanks! It works nicely. Just had a small issue with that scroll bar being visible when the loading icon is on. And when you retype a repo name after successfully searching a repo name.

I applied a fix to that issue by conditionally adding className="pullRequestContainer" only if PR Data is not empty.

Thanks man!