From 7ca3825bf0bf30783dfc06e92f7e81a04906fa7d Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 22 Apr 2025 20:18:15 -0400 Subject: [PATCH] fixed incorrect overflow behavior in link list --- static/css/layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/layout.css b/static/css/layout.css index 27ae15a..80f13fd 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -177,6 +177,11 @@ header#article-header { justify-content: center; align-items: center; } +dl { + max-width: -moz-available; + max-width: -webkit-fill-available;; + max-width: fill-available; +} article { max-width: -moz-available; max-width: -webkit-fill-available;;