From 83a03588695046309a8be852292e9364a3e06e59 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 22 Nov 2022 14:46:01 -0800 Subject: [PATCH] fix form tag wrap issue Signed-off-by: Arthur Lu --- source/static/Form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/static/Form.css b/source/static/Form.css index 62774ca..3ca3c7a 100644 --- a/source/static/Form.css +++ b/source/static/Form.css @@ -90,7 +90,7 @@ input[type="text"]:focus { .tag-container { display: flex; - flex-flow: nowrap row-reverse; + flex-flow: wrap row; } .tag {