Skip to content

Commit

Permalink
fix people name overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mg98 committed Oct 1, 2024
1 parent d4445e9 commit 7a34a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ footer h3 {

.people-item-name {
color: black;
word-break: break-all;
}

.people-item-name:hover {
Expand Down

0 comments on commit 7a34a59

Please sign in to comment.