Keep diagnostic health cards compact beside database details
Magent CI/CD / verify (push) Canceled after 6m1s
Magent CI/CD / deploy-prod (push) Canceled after 0s
Magent CI/CD / deploy-beta (push) Canceled after 0s

This commit is contained in:
2026-09-06 22:39:59 +12:00
parent 212ac560ec
commit bd668715a3
2 changed files with 25 additions and 0 deletions
+3
View File
@@ -6634,11 +6634,14 @@ textarea {
.diagnostics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
align-items: start;
gap: 1rem;
}
.diagnostic-card {
display: grid;
align-content: start;
min-width: 0;
gap: 1rem;
padding: 1rem;
border-radius: 1rem;