Skip to content

Commit

Permalink
Match header height with app-toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulis committed Jun 8, 2016
1 parent 0aa04c8 commit ffe8bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vaadin-date-picker-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
padding: 0 14px 14px;
display: flex;
flex-shrink: 0;
height: 64px; /* height set to 64px to match app-toolbar height */
box-sizing: border-box;

@apply(--paper-font-subhead);
@apply(--shadow-elevation-2dp);
@apply(--vaadin-date-picker-header);
Expand Down

0 comments on commit ffe8bbb

Please sign in to comment.