Compare commits

...

1 Commits

Author SHA1 Message Date
Vinícius Lourenço
06d69afc05 fix(infrastructure-monitoring): do not overflow outside table for large error message 2026-08-06 12:12:52 -03:00

View File

@@ -51,4 +51,5 @@
gap: var(--spacing-3);
max-width: 500px;
padding: 24px;
max-height: 100%;
}