Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 61a18d5

Browse files
committed
fix(bootstrap): allow-clear style on firefox
1 parent 370be2a commit 61a18d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/match.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ng-disabled="$select.disabled"
66
ng-click="$select.activate()">
77
<span ng-show="$select.isEmpty()" class="ui-select-placeholder text-muted">{{$select.placeholder}}</span>
8-
<span ng-hide="$select.isEmpty()" class="ui-select-match-text" ng-class="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()}" ng-transclude=""></span>
8+
<span ng-hide="$select.isEmpty()" class="ui-select-match-text pull-left" ng-class="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()}" ng-transclude=""></span>
99
<i class="caret pull-right" ng-click="$select.toggle($event)"></i>
1010
<a ng-show="$select.allowClear && !$select.isEmpty()" aria-label="{{ $select.baseTitle }} clear" style="margin-right: 10px"
1111
ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right">

0 commit comments

Comments
 (0)