fix: displaying category blocks in .article-category (#1045)

This commit is contained in:
gleb-kun 2024-08-11 11:29:26 +03:00
parent fddab05362
commit aa39f2f1ef

View File

@ -148,6 +148,11 @@
}
}
.article-category {
overflow-x: auto;
white-space: nowrap;
}
/* Compact style article list */
.article-list--compact {
border-radius: var(--card-border-radius);