From 8cc916dc45bb2f3e93fce79d4f10ba34b8dd1ecb Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 3 Sep 2024 12:32:29 +0100 Subject: [PATCH] Special case layout of select-release inputs Signed-off-by: Adrian Simmons --- ws/static/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ws/static/styles.css b/ws/static/styles.css index 49aa921f82db0ac76b19b76235b09bcf46eb5274..0d2b7d877f62adeec65046d5bd08b724dcb926a8 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -94,6 +94,10 @@ body { /* End grid layout */ +p { + margin-block-end: 1rem; +} + .two_column { display: flex; gap: 20px; @@ -261,6 +265,10 @@ form label { margin-block-end: 1rem; } +.select-release .input { + display: block; +} + input.button { line-height: 1; border-radius: 0.5rem; @@ -268,7 +276,6 @@ input.button { font-weight: bold; } - /* End Forms */ @media (prefers-reduced-motion) {