Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(datepicker): fix oblong open button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Aug 14, 2015
1 parent 333984f commit db815db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/datepicker/datePicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ $md-date-arrow-size: 5px;
// Only apply this high specifiy to the property we need to override.
.md-datepicker-triangle-button.md-button.md-icon-button {
height: 100%;
width: 36px;
position: absolute;
}

Expand Down

0 comments on commit db815db

Please sign in to comment.