Fix control square not wrapped
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -129,7 +129,7 @@ function FrameworkOverviewPageContent({
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-4 space-y-2">
|
||||
<div className="flex gap-1">
|
||||
<div className="flex flex-wrap gap-1">
|
||||
{Array(card.total)
|
||||
.fill(0)
|
||||
.map((_, i) => {
|
||||
|
||||
Reference in New Issue
Block a user