From 0195420448ab304e9f1d586a93d8f34e45bc079e Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 4 May 2021 11:44:41 +0200 Subject: [PATCH] Minor style fix --- static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles.css b/static/styles.css index c3dee23..93d25d3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -389,6 +389,7 @@ form textarea { } .button-wrapper, .radio-wrapper { display: flex; + flex-wrap: wrap; gap: 8px; } form .button-wrapper, form .radio-wrapper {