diff --git a/style.css b/style.css index 80685bb..e0c7914 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,9 @@ .user-list li { margin-left: 5%; width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .user-list::after { content: "";