mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
fix padding for error-log-card (#23923)
make padding similar to system-log-card
This commit is contained in:
parent
c7d9699a24
commit
167f859f2a
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user