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

Commit

Permalink
fix(datepicker): adjust datepicker header buttons
Browse files Browse the repository at this point in the history
- Adjust the CSS for the datepicker header buttons to not have inconsistent spacing due to Chrome browser differences

Closes #5393
Fixes #5392

BREAKING CHANGE: This adds extra CSS for the datepicker for the left and right header buttons - one can override this appropriately with any selector of class priority higher than 1
  • Loading branch information
Graham Rounds authored and wesleycho committed Feb 2, 2016
1 parent 5c565df commit f125537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/datepicker/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
.uib-button-bar {
padding: 10px 9px 2px;
}

.uib-left, .uib-right {
width: 100%
}

0 comments on commit f125537

Please sign in to comment.