Make the Minari calendar display well on small devices
This commit is contained in:
parent
9de9dc9fbe
commit
1249112ef2
@ -323,7 +323,10 @@ function setYear(newYear) {
|
||||
}
|
||||
|
||||
function genMonthTable(div) {
|
||||
var month_table = $('<table>').addClass('month');
|
||||
var month_table = $('<table>')
|
||||
.addClass('month')
|
||||
.addClass('col-xs-12')
|
||||
.addClass('col-lg-3');
|
||||
var month_header = $('<thead>');
|
||||
|
||||
month_num = $(div).attr('data-month');
|
||||
|
Loading…
Reference in New Issue
Block a user