Skip to content

Commit

Permalink
Fix: Bulma styling integration - incorrect class name for is-half w…
Browse files Browse the repository at this point in the history
…as being used

#194
  • Loading branch information
AllanJard committed Sep 20, 2021
1 parent 272b183 commit 2a5c67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/integration/dataTables.bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ var DataTable = $.fn.dataTable;
$.extend( true, DataTable.defaults, {
dom:
"<'columns is-gapless is-multiline'" +
"<'column is-one-half'l>" +
"<'column is-one-half'f>" +
"<'column is-half'l>" +
"<'column is-half'f>" +
"<'column is-full'tr>" +
"<'column is-one-half'i>" +
"<'column is-one-half'p>" +
"<'column is-half'i>" +
"<'column is-half'p>" +
">",
renderer: 'bulma'
} );
Expand Down

0 comments on commit 2a5c67b

Please sign in to comment.