zulip/static/templates/message_inline_image_tooltip.hbs
sayamsamal 059f64dcd9 tooltips: Fix tooltip content alignment for message inline images.
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.
2023-02-06 18:41:31 -08:00

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>