From f125537610ef5ffa54e2328c792307467de71c4a Mon Sep 17 00:00:00 2001 From: Graham Rounds Date: Tue, 2 Feb 2016 12:50:50 -0500 Subject: [PATCH] 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 --- src/datepicker/datepicker.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/datepicker/datepicker.css b/src/datepicker/datepicker.css index 613f5e6e16..a9af3ab849 100644 --- a/src/datepicker/datepicker.css +++ b/src/datepicker/datepicker.css @@ -13,3 +13,7 @@ .uib-button-bar { padding: 10px 9px 2px; } + +.uib-left, .uib-right { + width: 100% +}