mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-09 21:24:44 +00:00
fix flex-flow css linting issue
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
1dfd8c91a2
commit
5ba0dab1a1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user