fix topic list separator

This commit is contained in:
Jordan Vidrine 2021-07-13 09:03:50 -05:00
parent c9a6e8be0d
commit d75cd37894

View File

@ -251,7 +251,7 @@ html body #main-outlet {
}
tbody {
display: contents;
tr {
tr:not(.topic-list-item-separator) {
width: 100%;
display: flex;
margin-bottom: .5em;