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

Commit 460fbec

Browse files
mabipkozlowski-opensource
authored andcommitted
fix(datepicker): correct button alignment when using bootstrap v3.2.0
Closes #2728
1 parent 1706757 commit 460fbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: template/datepicker/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ul class="dropdown-menu" ng-style="{display: (isOpen && 'block') || 'none', top: position.top+'px', left: position.left+'px'}" ng-keydown="keydown($event)">
22
<li ng-transclude></li>
33
<li ng-if="showButtonBar" style="padding:10px 9px 2px">
4-
<span class="btn-group">
4+
<span class="btn-group pull-left">
55
<button type="button" class="btn btn-sm btn-info" ng-click="select('today')">{{ getText('current') }}</button>
66
<button type="button" class="btn btn-sm btn-danger" ng-click="select(null)">{{ getText('clear') }}</button>
77
</span>

0 commit comments

Comments
 (0)