mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +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 {
|
.rating {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-flow: nowrap row-reverse;
|
||||||
flex-direction: row-reverse;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden,
|
.hidden,
|
||||||
@@ -91,8 +90,7 @@ input[type="text"]:focus {
|
|||||||
|
|
||||||
.tag-container {
|
.tag-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-flow: nowrap row-reverse;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
Reference in New Issue
Block a user