Skip to content

Commit 9a8787d

Browse files
committed
fix filter buttons alignment
1 parent cfc2db2 commit 9a8787d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/FindFace/FindFace.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
}
1515
.filter-controls {
1616
display: flex;
17+
flex-wrap: wrap;
18+
justify-content: center;
1719
gap: 10px;
1820
margin-bottom: 15px;
1921
}

0 commit comments

Comments
 (0)