Open verbart opened 6 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%.
table-layout: fixed;
.moment-picker table
min-width: 100%
width: 100%
For correct work of
table-layout: fixed;
property,.moment-picker table
must have a width property. I'm replacemin-width: 100%
towidth: 100%
.