fix flex-flow css linting issue

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-21 18:00:58 -08:00
parent 1dfd8c91a2
commit 5ba0dab1a1

View File

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