Skip to content

Commit

Permalink
Updated the default classes of semantic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Feb 9, 2020
1 parent 4d894b5 commit d654de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ChangeLog
- **New:** Added `unfiltered` parameter for `getData` method.
- **Update:** Updated `event` name to lowercase hyphen format for vue component.
- **Update:** Updated `es-AR` locale.
- **Update:** Updated the default classes of semantic theme.
- **Update:** Improved the `resize` problem with multiple tables.
- **Update:** Fixed `checkAll` event bug with sortable checkbox field.
- **Update:** Fixed `checkbox` and not-found td style errors.
Expand Down
2 changes: 1 addition & 1 deletion src/themes/semantic/bootstrap-table-semantic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

$.extend($.fn.bootstrapTable.defaults, {
classes: 'ui selectable celled table',
classes: 'ui selectable celled table unstackable',
buttonsPrefix: '',
buttonsClass: 'ui button'
})
Expand Down

0 comments on commit d654de8

Please sign in to comment.