mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-12 22:16:16 +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 {
|
.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user