From f49c439011abc657671d6c9e1c7d3db8bd95459a Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:12:12 +0200 Subject: [PATCH] fix(895): Fixed beakline --- GUI/src/pages/ServiceFlowPage.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GUI/src/pages/ServiceFlowPage.scss b/GUI/src/pages/ServiceFlowPage.scss index e9650173..231f61d0 100644 --- a/GUI/src/pages/ServiceFlowPage.scss +++ b/GUI/src/pages/ServiceFlowPage.scss @@ -63,9 +63,14 @@ white-space: nowrap; max-width: 318px; - p { + p, + div { display: inline; } + + br { + display: none; + } } &.selected {