fix show page title on all screens outside the collapse

Place the title in normal flow between brand and toggler so it never appears inside the hamburger menu.

Commit
8c52e0cb86f81257781f63285a5dd2c0757f9cd2
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/templates/layouts/default.html.ep
index 44962505..39a901af 100644..100644
@@ -25,7 +25,7 @@
25 25
26 26 % my $page_title = stash('page_title') // '';
27 27 % if ($page_title) {
28 Removed: <span id="navbar-title" class="navbar-text fw-semibold text-body position-absolute start-50 translate-middle-x d-none d-md-inline" aria-hidden="true"><%= $page_title %></span>
28 Added: <span id="navbar-title" class="navbar-text fw-semibold text-body" aria-hidden="true"><%= $page_title %></span>
29 29 % }
30 30
31 31 <div class="d-flex align-items-center gap-2 ms-auto order-md-last">