We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50f4c8 commit c1c4b82Copy full SHA for c1c4b82
1 file changed
src/pages/quickTools/style.scss
@@ -63,7 +63,8 @@
63
padding-top: 5px;
64
65
&.active-grid {
66
- min-height: 80px;
+ grid-template-columns: repeat(8, 1fr);
67
+ min-height: auto;
68
margin-bottom: 5px;
69
}
70
0 commit comments