Fix width of the recent events card (#630)

This commit is contained in:
Flaminel
2026-06-14 17:49:32 +03:00
committed by GitHub
parent 7cc079c61b
commit c0950537ab

View File

@@ -126,7 +126,7 @@
// Logs + Events side-by-side row
.logs-events-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(--space-6);
@media (max-width: 1024px) {