mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
This commit fixes the issue where the "Click to view or download" comes
to the right of the image title. We add a parent division in this commit
that leads to the break tag being applied successfully, shifting the
secondary tooltip content ("Click to view or download") to next line.
6 lines
179 B
Handlebars
6 lines
179 B
Handlebars
<div id="message_inline_image_tooltip">
|
|
<strong>{{ title }}</strong>
|
|
<br/>
|
|
<span class="tooltip-inner-content italic">{{t 'Click to view or download.'}}</span>
|
|
</div>
|