commit 0db8bcbc0c3ad7c50db2a336afd4e6f38993d759
parent d692bd1e424b86f2fbcc165a328f8238c7cb419a
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 24 Aug 2026 16:18:35 +0530
Merge pull request #73 from notamitgamer/fix/tags-page-flex-wrap-layout
fix: flex-wrap layout for tag page lists
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/docs/tags.md b/docs/tags.md
@@ -203,10 +203,13 @@ Browse pages grouped by tag. Click a tag below to filter to just that one, or cl
margin: 0;
padding-left: 4px;
list-style: none;
+ display: flex;
+ flex-wrap: wrap;
}
.bsc-tag-pages li {
padding: 4px 0;
+ margin-right: 20px;
}
.bsc-tag-pages a {