fix padding for error-log-card (#23923)

make padding similar to system-log-card
This commit is contained in:
ildar170975 2025-01-29 09:22:24 +03:00 committed by GitHub
parent c7d9699a24
commit 167f859f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -800,8 +800,8 @@ class ErrorLogCard extends LitElement {
font-family: var(--code-font-family, monospace);
clear: both;
text-align: start;
padding-top: 12px;
padding-bottom: 12px;
padding-top: 16px;
padding-bottom: 16px;
overflow-y: scroll;
min-height: var(--error-log-card-height, calc(100vh - 240px));
max-height: var(--error-log-card-height, calc(100vh - 240px));