diff --git a/common/common.scss b/common/common.scss index 5a941bf..a859c52 100644 --- a/common/common.scss +++ b/common/common.scss @@ -251,6 +251,14 @@ html body #main-outlet { } tbody { display: contents; + tr.topic-list-item-separator { + width: 100%; + margin: 0.75em 0; + display: flex; + td { + width: 100%; + } + } tr:not(.topic-list-item-separator) { width: 100%; display: flex;