TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
177 stars 41 forks source link

Fixed bug with long course titles #1304

Closed SebiWrn closed 5 months ago

SebiWrn commented 5 months ago

Motivation and Context

Fixes UI bugs with long titles.

Description

Text will now be cut off if it's too long and only be shown on mouse hover.

Screenshots

image image

github-actions[bot] commented 5 months ago

Your Testserver will be ready at https://1304.test.live.mm.rbg.tum.de in a few minutes.

Logins | Kurs1 | Kurs2 | Kurs3 | Kurs4 | | ---------------------------------------- | ------------------------- | ------------------------- | ------------------------- | | public | public | loggedin | enrolled | | prof1 | prof1 | prof2 | prof1
prof2 | | student1
student2
student3 | student1
student2 | student2
student3 | student1
student2 |
YiranDuan721 commented 5 months ago

Looks good to me. Would it be a good idea to add "overflow-hidden" to all elements? Because this problem occurs anywhere...

SebiWrn commented 5 months ago

Maybe we can do this in an enh branch, but as a quick fix for this issue, this works for the lecture title. What do you think about this?