Increase whitespace between label and input box

Adrian Simmons created

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

Change summary

ws/static/styles.css | 1 +
1 file changed, 1 insertion(+)

Detailed changes

ws/static/styles.css 🔗

@@ -263,6 +263,7 @@ form {
 
 form label {
 	font-weight: bold;
+	padding-block-end: 0.2rem;
 }
 
 .input {