mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix form tag wrap issue
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
5ba0dab1a1
commit
83a0358869
@ -90,7 +90,7 @@ input[type="text"]:focus {
|
|||||||
|
|
||||||
.tag-container {
|
.tag-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: nowrap row-reverse;
|
flex-flow: wrap row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
|
Loading…
Reference in New Issue
Block a user