mirror of https://github.com/zulip/zulip.git
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:
parent
d707f10bb2
commit
74018c16be
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue