mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-08 23:57:21 +00:00
fix flex-flow css linting issue
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user