fix: module grid ratio now matches mockup (7fr/3fr = 855/367px)
Added min-width:0 to fix grid fr unit calculation. Budget module: 855px, Issues: 367px — exact mockup match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -422,6 +422,11 @@
|
||||
gap: 10px;
|
||||
align-items: start;
|
||||
}
|
||||
.db-modules > :global(.module) {
|
||||
padding: 22px 24px;
|
||||
border-radius: 16px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* ── Mobile ── */
|
||||
@media (max-width: 900px) {
|
||||
|
||||
Reference in New Issue
Block a user