Skip to content

Commit 77dfc07

Browse files
author
Kristof Jochmans
committed
better styling for media form type help text
1 parent a8d042a commit 77dfc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Form/formWidgets.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</div>
100100

101101
{% if attr['info_media'] is defined %}
102-
&nbsp; <strong title="{{ attr['info_media']|trans }}" id="{{ id }}_info_media" style="cursor:help;">?</strong>
102+
&nbsp; <strong title="{{ attr['info_media']|trans }}" id="{{ id }}_info_media" style="cursor:help;display:inline-block;margin:10px 0 0 2px;">?</strong>
103103
<script>
104104
jQuery(document).ready(function(){
105105
$("#{{ id }}_info_media").tooltip();

0 commit comments

Comments
 (0)