Update style.css

This commit is contained in:
deepend-tildeclub
2020-05-05 23:38:47 -06:00
committed by GitHub
parent 0c463fdeda
commit 809378f864

View File

@@ -21,6 +21,9 @@
.user-list li { .user-list li {
margin-left: 5%; margin-left: 5%;
width: 20%; width: 20%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.user-list::after { .user-list::after {
content: ""; content: "";