Make time wider in logbook (#6854)

Fixes #6842
This commit is contained in:
Bram Kragten 2020-09-08 13:28:29 +02:00 committed by GitHub
parent 6e0e169b6e
commit 67b4688168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ class HaLogbook extends LitElement {
display: flex;
justify-content: center;
flex-direction: column;
width: 70px;
width: 75px;
flex-shrink: 0;
font-size: 12px;
color: var(--secondary-text-color);