From 8c76c33509d24f475ccae532c96e89cb30a95e28 Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Sat, 2 Nov 2024 21:39:59 -0400 Subject: [PATCH] Set tags to wrap This prevents a long list of tags from squashing the link title into a tiny space. Other consequences unknown. --- stack/css/stack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/css/stack.css b/stack/css/stack.css index b845022..8ad4ddd 100644 --- a/stack/css/stack.css +++ b/stack/css/stack.css @@ -1519,7 +1519,7 @@ a:hover .svg-fill { .tags-header-linklist { display: none; flex-direction: row; - flex-wrap: no-wrap; + flex-wrap: wrap; justify-content: flex-end; list-style: none; margin: 0;