top_navbar: Structure navbar titles with a span.

Having an actual DOM node, instead of a text node, will make flex
boxes and other layout mechanisms work more reliably.
This commit is contained in:
Karl Stolley 2023-11-17 12:17:31 -06:00 committed by Tim Abbott
parent d707f10bb2
commit 74018c16be
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
{{else if icon}} {{else if icon}}
<i class="fa fa-{{icon}}" aria-hidden="true"></i> <i class="fa fa-{{icon}}" aria-hidden="true"></i>
{{/if}} {{/if}}
{{title}} <span class="message-header-navbar-title">{{title}}</span>