From bea8ef4cd99e4c75ef0f9aaf192101b73f879630 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Wed, 13 May 2026 23:00:46 +0200 Subject: [PATCH] Styles Its more beautifull now --- frontend/src/pages/utilities.rs | 13 +++---------- frontend/src/styles/components/_diagnostics.scss | 1 + 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/utilities.rs b/frontend/src/pages/utilities.rs index c6ff17d..1208c29 100644 --- a/frontend/src/pages/utilities.rs +++ b/frontend/src/pages/utilities.rs @@ -610,16 +610,9 @@ fn easy_fix_component() -> Html { }); } html! { -
-

{ "Probleme ohne Ticket gelößt" }

-

{ *count }

- { - if let Some(e) = &*error { - html!{

{ e.clone() }

} - } else { - html!{} - } - } +
+

{ "Probleme ohne Ticket gelößt" }

+

{ *count }

} } diff --git a/frontend/src/styles/components/_diagnostics.scss b/frontend/src/styles/components/_diagnostics.scss index 42775c0..d2aa1de 100644 --- a/frontend/src/styles/components/_diagnostics.scss +++ b/frontend/src/styles/components/_diagnostics.scss @@ -192,6 +192,7 @@ display: flex; align-items: center; flex-shrink: 0; + max-width: 30%; h2 { margin: 0;