dokufreaks / plugin-include

A DokuWiki plugin for including other wiki pages into the current one.
http://www.dokuwiki.org/plugin:include
GNU General Public License v2.0
62 stars 54 forks source link

clear-both-missing-causes-following-caption-to-wrap #302

Open fjf2002 opened 10 months ago

fjf2002 commented 10 months ago

Especially when using nouser and nodate options, for example:

{{namespace>mynamespace:*&nouser&nodate}}

The next caption tends to line-break when it hits the predecing "edit" buttons.

This happens because the edit buttons are float: right.

The pull request fixes that by introducing a <div style="clear: both">.

See PR #295 .