fix(logs): Wind- und Kurs-Dial auf gleiche Größe bringen

Der Wind-Dial nutzte size="sm" (220px), der Kurs-Dial md (260px).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 11:26:56 +02:00
parent ee60d5fda3
commit 04b822b263
-1
View File
@@ -1495,7 +1495,6 @@ export default function LogEntryEditor({
disabled={saving || weatherLoading}
allowCardinal
displayMode="auto"
size="sm"
aria-label={t('logs.event_wind_direction')}
/>
</div>