Skip to content

Commit

Permalink
Modify timepicker sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Aug 30, 2015
1 parent 5625a47 commit b3ec693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/time_picker/style.styl
Expand Up @@ -2,7 +2,7 @@

AMPM_HEIGHT = 22px
AMPM_WIDTH = 40px
PICKER_WIDTH = 320px
PICKER_WIDTH = 280px

:local(.root)
width : PICKER_WIDTH
Expand Down Expand Up @@ -31,7 +31,7 @@ PICKER_WIDTH = 320px
line-height : AMPM_HEIGHT
margin-top : - AMPM_HEIGHT
position : absolute
right : AMPM_WIDTH
right : 20px
text-align : center
top : 50%
width : AMPM_WIDTH
Expand Down

0 comments on commit b3ec693

Please sign in to comment.