Skip to content

Commit

Permalink
remove bs5 specific table class
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Sep 23, 2024
1 parent 820955b commit 9def700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yafowil/widget/dict/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def static_dict_required_extractor(widget, data):

factory.defaults['dict.message_class'] = 'errormessage'

factory.defaults['dict.table_class'] = 'dictwidget table table-sm'
factory.defaults['dict.table_class'] = 'dictwidget'
factory.doc['props']['dict.table_class'] = """\
CSS classes rendered on dict table.
"""
Expand Down

0 comments on commit 9def700

Please sign in to comment.