Skip to content

Commit 430c980

Browse files
Prevents clipping of filter tooltip
(ported from 3.x #456)
1 parent de9c36b commit 430c980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/filters/filter-fields.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div class="filter-pf filter-fields">
22
<div class="input-group form-group">
33
<div uib-dropdown class="input-group-btn">
4-
<button uib-dropdown-toggle type="button" class="btn btn-default filter-fields" uib-tooltip="Filter by" tooltip-placement="top">
4+
<button uib-dropdown-toggle type="button" class="btn btn-default filter-fields"
5+
uib-tooltip="Filter by" tooltip-placement="top" tooltip-append-to-body="true">
56
{{$ctrl.currentField.title}}
67
<span class="caret"></span>
78
</button>

0 commit comments

Comments
 (0)