From 16a7eaf6c006dce68d1371647597ada0b99199d0 Mon Sep 17 00:00:00 2001 From: possumbilities <109087089+possumbilities@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:51:05 +0000 Subject: [PATCH] force labels to line break in Attribution Fields --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 0ece9d72..da157a82 100644 --- a/src/style.css +++ b/src/style.css @@ -164,6 +164,7 @@ } .chooser-page form#chooser label { + display: block; font-size: .7em; font-weight: 400; }