mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix PHRAS-123 Fix tooltip content display
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="popover" style="display:block;{% if maxwidth %}max-width:{{ maxwidth }}px;{% endif %}{% if width %}width:{{ width }}px;{% endif %}position:relative;">
|
||||
<div class="popover" style="display:block;{% if maxwidth is not none %}max-width:{{ maxwidth }}px;{% endif %}{% if width is not none %}width:{{ width }}px;{% endif %}position:relative;">
|
||||
<div class="arrow"></div>
|
||||
<div class="popover-inner" style="width:auto;">
|
||||
<h3 class="popover-title">
|
||||
{% if title %}
|
||||
{% if title is not none %}
|
||||
{{ title }}
|
||||
{% endif %}
|
||||
<button data-dismiss="modal" class="close tooltip_closer" style="display:none;">×</button>
|
||||
|
Reference in New Issue
Block a user