You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bootstrap3 template runs a "normalizeContent" function over all
DokuWiki content HTML to rewrite it into bootstrap styling.
When encountering an element with the class .table it will replace all
classes of this element with .table-responsive, throwing away all other
classes, breaking any set styles:
giterlizzi/dokuwiki-template-bootstrap3#610
This "fixes" the problem by moving the .table style to its own element,
thus keeping the scope classes intact.
Description
The handling for .table -> .table-responsive drops all other classes:
dokuwiki-template-bootstrap3/Template.php
Line 1550 in c113bae
Steps to reproduce
Original HTML:
Expected behavior:
Actual behavior:
Versions
The text was updated successfully, but these errors were encountered: