ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

It reduce the Input filed width #69

Closed RobertRajcool closed 7 years ago

RobertRajcool commented 7 years ago

for example please verify this image screenshot from 2016-11-18 16 07 26

allenhwkim commented 7 years ago

Please be more specific

RobertRajcool commented 7 years ago

It reduce the Input filed width when i give input filed width like 100% it will reduce automatically default calender width like i mention in previous msg in image

0cv commented 7 years ago

@Lawrancecool I guess you have a CSS class missing or something like this. Can you share a plunkr or provide more analysis?

EugeneChertkov commented 7 years ago

@Lawrancecool ng2-datetime-picker directive places target input in a div with class 'ng2-datetime-picker'. So you can set width=100% in your css for that class.

allenhwkim commented 7 years ago

@RobertRajcool can you share your plunker example with us?

allenhwkim commented 7 years ago

Closing for inactivity, Please reopen if the problem still persists