diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx index 2017316..9c1437a 100644 --- a/frontend/src/main.jsx +++ b/frontend/src/main.jsx @@ -200,12 +200,10 @@ function SettingsSection({ password, refreshKey }) {
- {usageLog.length > 0 ? usageLog.join('\n') : '— keine Einträge —'}
-
+ {usageLog.length > 0 ? usageLog.join('\n') : '— keine Einträge —'}
{errorLog.length > 0 && (
<>
- {errorLog.join('\n')}
>
)}
diff --git a/frontend/src/styles.css b/frontend/src/styles.css
index a61ff7a..b55cfe0 100644
--- a/frontend/src/styles.css
+++ b/frontend/src/styles.css
@@ -484,4 +484,5 @@ tr:hover {
.log-pre-error {
background: #2d1b1b;
color: #f5a0a0;
+ margin-bottom: 0;
}