From d32a175eb665a52bd6b1d8bf077bb374b7d9a3fb 2024-01-05 02:36:38 From: x Date: 2024-01-05 02:36:38 Subject: [PATCH] fix: properly size the flexbox for logs --- diff --git a/frontend/index.html b/frontend/index.html index 7e3d0290afe27dc386ce08828fa373ad47eb828b..d0cea6334e1f2cb153ae9359ff9a0f0600c623fb 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,7 +9,7 @@
-

0 days

+

? days

since last outage caused by TLS expiry

diff --git a/frontend/style.css b/frontend/style.css index e91c86c5f2a2e5a72418d5177caf1c7467f6cd4d..eec2a9c7d5bc70002c7bd278844f35d0e2121a42 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -54,8 +54,7 @@ body { .logs { margin:auto; - max-width: 50vw; - min-width: 50vw; + width: max-content; margin-top: 3vh; border-radius: 0.1rem;