User Tools

Site Tools


playground:vertical_space

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
playground:vertical_space [2021/08/01 11:50] adminplayground:vertical_space [2021/08/01 14:28] (current) admin
Line 1: Line 1:
 +==== Question ====
 +
 Is there a way to remove the extra line at the end of a list in a table cell? I am using the WRAP plugin to create the list. Is there a way to remove the extra line at the end of a list in a table cell? I am using the WRAP plugin to create the list.
  
Line 35: Line 37:
 } }
 </code> </code>
 +
 +==== Answer ====
 +
 +Add the following to /etc/dokuwiki/userstyle.css
 +<code>
 +div.plugin_wrap ul { margin-bottom: 0px; }
 +</code>
 +
 +==== Credits ====
 +Thanks to mboehn on the irc channel who helped me with the solution.
playground/vertical_space.1627818613.txt.gz · Last modified: 2021/08/01 11:50 by admin