We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d042a commit 77dfc07Copy full SHA for 77dfc07
Resources/views/Form/formWidgets.html.twig
@@ -99,7 +99,7 @@
99
</div>
100
101
{% if attr['info_media'] is defined %}
102
- <strong title="{{ attr['info_media']|trans }}" id="{{ id }}_info_media" style="cursor:help;">?</strong>
+ <strong title="{{ attr['info_media']|trans }}" id="{{ id }}_info_media" style="cursor:help;display:inline-block;margin:10px 0 0 2px;">?</strong>
103
<script>
104
jQuery(document).ready(function(){
105
$("#{{ id }}_info_media").tooltip();
0 commit comments