e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Staff semester view course list: Delete button is positioned weirdly #2123

Open richardebeling opened 7 months ago

richardebeling commented 7 months ago

The button is rendered below the other buttons without any padding/margin: image

As indicated by @niklasmohrin: It's probably a sizing issue of the column, possibly the column should just be wider. (Although, as always, a grow-to-fit behavior might be nice. We talked about columns that grow as required some time ago, don't remember what the consensus there was)