selfthinker / dokuwiki_plugin_wrap

Wrap Plugin for DokuWiki: Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
http://www.dokuwiki.org/plugin:wrap
GNU General Public License v2.0
42 stars 33 forks source link

Heading underline doesn't respect right class #279

Open suedunham opened 7 months ago

suedunham commented 7 months ago

I don't know if this is a bug or just my own error; please forgive me if this is misplaced. I'm using the <WRAP right> class to create an infobox, and it's mostly coming together. My problem is that some heading styles don't respect the column boundary.

I'm using the Yeti bootswatch theme in the Bootstrap3 template, and the headings there are styled with a line underneath extending to the edge of the page. In this case, it extends right on through the infobox. Specifically, I'm surrounding three tables with <WRAP right 28%>...</WRAP>

Screenshot_20240326_125235

How do I cut that line off at a more appropriate place?