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 #295

Closed fjf2002 closed 6 months ago

fjf2002 commented 1 year 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">.

michitux commented 1 year ago

I'm wondering if it wouldn't be better to use display: flow-root on the footer of the include plugin (via css on class inclmeta). Would this fix your problem, too?

fjf2002 commented 1 year ago

Thank You for your hint. I have updated the code and fixed some margin-bottom stuff.

fjf2002 commented 11 months ago

ping any interest to merge this? Thank You.

fjf2002 commented 11 months ago

ping any advances here? Can somebody merge?

fjf2002 commented 10 months ago

ping Could somebody merge? Thank You.

fjf2002 commented 6 months ago

ping I have included @michitux ' suggestions. Will anybody review and merge? Thank you very much.

fjf2002 commented 6 months ago

Thank You!