giterlizzi / dokuwiki-plugin-bootswrapper

Bootstrap Wrapper for DokuWiki
GNU General Public License v2.0
35 stars 22 forks source link

Fixed height for panels #73

Closed MvErven closed 6 years ago

MvErven commented 7 years ago

Can we give a panel a fixed height? For instance, I created 2 panels in one row. However those panels are slightly different in size. I would like to have them both the same height. How to?

giterlizzi commented 7 years ago

Hi, please you can send a snippet of the code or a screenshot of your panels ?

Generally the size of this containers (panels, tabs, etc) follow the content.

At your disposal, Joseph

MvErven commented 7 years ago

Thank you for your time. Appoligies for my previous 'urge to reply' I have attached 2 snapshots and also 2 txt files.

Sincerly, Michiel. snapshot2 mijnimport-snapshot2.txt snapshot1 regeling-snapshot1.txt

MvErven commented 6 years ago

Well, I've done it with a work-around.

Using HTML and a form: 'div style="height:540px;overflow:auto;"'

Missing -form- objects; my wiki gets mixed with HTML and Bootswrapper. But it's ok for now.