Skip to content

Commit 212489c

Browse files
Merge pull request #408 from JLG-WOCFR-DEV/codex/corriger-le-bug-de-chevauchement
Fix dashboard insights columns overlapping
2 parents 5ae17d6 + 511eb6a commit 212489c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

liens-morts-detector-jlg/assets/css/blc-admin-styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,10 @@
748748
gap: 24px;
749749
}
750750

751+
.blc-dashboard-insights__column {
752+
min-width: 0;
753+
}
754+
751755
@media (min-width: 960px) {
752756
.blc-dashboard-insights {
753757
grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);

0 commit comments

Comments
 (0)