mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-08 07:37:22 +00:00
fix form tag wrap issue
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ input[type="text"]:focus {
|
||||
|
||||
.tag-container {
|
||||
display: flex;
|
||||
flex-flow: nowrap row-reverse;
|
||||
flex-flow: wrap row;
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
Reference in New Issue
Block a user