FIX: Topic list separator fix (#15011)

This commit is contained in:
Jordan Vidrine 2021-11-18 13:32:44 -06:00 committed by GitHub
parent 6ae065f9cd
commit 9ebfcbb867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@
border: none; border: none;
.topic-list-data { .topic-list-data {
border-bottom: 1px solid var(--danger-medium); border-top: 1px solid var(--danger-medium);
line-height: 0em; line-height: 0em;
padding: 0; padding: 0;
text-align: center; text-align: center;

View File

@ -211,7 +211,7 @@ button.dismiss-read {
.topic-list { .topic-list {
// tighter table header spacing // tighter table header spacing
.topic-list-data:first-of-type { .topic-list-item .topic-list-data:first-of-type {
padding: 12px 5px; padding: 12px 5px;
} }
// smaller table cell spacing // smaller table cell spacing