FIX: Topic list separator fix (#15011)
This commit is contained in:
parent
6ae065f9cd
commit
9ebfcbb867
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue