Skip to content

Commit a685af5

Browse files
Fix: show all usernames.
Unresolved description size issue.
1 parent 1b2ad3d commit a685af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/styles/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11555,8 +11555,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1155511555
.talk-list li .subject .details p {
1155611556
padding-bottom: 70px;
1155711557
}
11558+
1155811559

11559-
.talk-list li .subject .details h6:nth-of-type(2) {
11560+
.talk-list li .subject .details:last-child {
1156011561
padding-bottom: 50px;
1156111562
}
1156211563

0 commit comments

Comments
 (0)