From e90b8e7388be331d8ba603a0b625d951f2868a41 Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Sun, 27 Apr 2025 09:32:30 +0100 Subject: [PATCH] moved session error to separate ui template part --- public/style.css | 2 ++ ui/templates/layout.html | 6 ++++++ ui/views/admin/index.html | 1 - ui/views/admin/priorities/index.html | 1 - ui/views/kb/index.html | 1 - ui/views/project/index.html | 1 - ui/views/tag/index.html | 1 - ui/views/ticket/index.html | 2 -- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/style.css b/public/style.css index 1b569e5..e33e029 100644 --- a/public/style.css +++ b/public/style.css @@ -10,6 +10,8 @@ i.fa { font-weight: 100 !important ; } #ticket_list .g-flex-item { border-bottom: 1px solid var(--bulma-text-soft); } +a { word-break: break-word; } + /* parsedown check-checkbox */ li.parsedown-task-list { list-style: none; diff --git a/ui/templates/layout.html b/ui/templates/layout.html index 0a06759..1f77bce 100644 --- a/ui/templates/layout.html +++ b/ui/templates/layout.html @@ -48,6 +48,9 @@ Projects Tickets Tags + + Admin +