Skip to content

Commit 5588dc0

Browse files
committed
Fix team name overflow in team info page. Fixes #73
1 parent 99f6773 commit 5588dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/css/livesite.css

+4
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ a.no-decoration {
397397
*
398398
*/
399399

400+
.teaminfo h1.my-3 {
401+
overflow-wrap: anywhere;
402+
}
403+
400404
.teaminfo .team-photo {
401405
width: 100%;
402406
height: auto;

0 commit comments

Comments
 (0)