Special case layout of select-release inputs

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

Change summary

ws/static/styles.css | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Detailed changes

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) {