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;