BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

Fix overflow on team page #352

Closed florianschmidt1994 closed 5 years ago

florianschmidt1994 commented 5 years ago

This fixes an overflow on the team page. For some reason (I suspect the text backing the icon) the delete icon on postings causes an overflow, which also leads to the navbar being wider than the screen.

Hiding this overflow and making the icon a little wider to display it fully solves this problem.