Skip to content

Commit c1c4b82

Browse files
committed
fix layout
1 parent f50f4c8 commit c1c4b82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/quickTools/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
padding-top: 5px;
6464

6565
&.active-grid {
66-
min-height: 80px;
66+
grid-template-columns: repeat(8, 1fr);
67+
min-height: auto;
6768
margin-bottom: 5px;
6869
}
6970
}

0 commit comments

Comments
 (0)