indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Fixed `.moment-picker table` view - set equal width for table cells. #280

Open verbart opened 5 years ago

verbart commented 5 years ago

For correct work of table-layout: fixed; property, .moment-picker table must have a width property. I'm replace min-width: 100% to width: 100%.