How to set a panel height in confluence 3.5?
As panels are dynamically sized to the content, it's not possible to do this via interface. However, it is possible to do this via css stylesheets:
.panel { height: 200px; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.