Skip to content

Commit

Permalink
BAP-10039 Info's tooltip breaks the widget configuration layout; adde…
Browse files Browse the repository at this point in the history
…d support for data-container option like here:angular-ui/bootstrap#139
  • Loading branch information
amuzalevskiy committed Mar 31, 2016
1 parent 4918194 commit a10f4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Js/default_templates.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<script type="text/template" id="select-field-template">
<% if (obj.popoverContent) { %>
<div class="select-field-date-popover">
<i class="icon-info-sign" data-content="<%= popoverContent %>" data-placement="bottom" data-toggle="popover"></i>
<i class="icon-info-sign" data-content="<%= popoverContent %>" data-placement="bottom" data-toggle="popover" data-container="body"></i>
</div>
<% } %>
<div class="horizontal clearfix">
Expand Down

0 comments on commit a10f4e8

Please sign in to comment.