From 5ba0dab1a12a15c6d230311ac64929491085eb35 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 21 Nov 2022 18:00:58 -0800 Subject: [PATCH] fix flex-flow css linting issue Signed-off-by: Arthur Lu --- source/static/Form.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/static/Form.css b/source/static/Form.css index 0b34fa2..62774ca 100644 --- a/source/static/Form.css +++ b/source/static/Form.css @@ -38,8 +38,7 @@ input[type="text"]:focus { .rating { display: flex; - flex-wrap: nowrap; - flex-direction: row-reverse; + flex-flow: nowrap row-reverse; } .hidden, @@ -91,8 +90,7 @@ input[type="text"]:focus { .tag-container { display: flex; - flex-direction: row; - flex-wrap: wrap; + flex-flow: nowrap row-reverse; } .tag {