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

Commit f125537

Browse files
Graham Roundswesleycho
Graham Rounds
authored andcommitted
fix(datepicker): adjust datepicker header buttons
- 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
1 parent 5c565df commit f125537

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/datepicker/datepicker.css

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
.uib-button-bar {
1414
padding: 10px 9px 2px;
1515
}
16+
17+
.uib-left, .uib-right {
18+
width: 100%
19+
}

0 commit comments

Comments
 (0)