Welcome to the PageLines Forum. First check out the PageLines Docs to see if we have already answered your question. Before you post please read the forum guidelines.
Upcoming “PageLines Developer Essential Training”
Latest news regarding the developer training videos Click here!
Now, this will, most likely sound like complete idiotic suggestion , but on the other hand the framework is so cool that this might be the only one I got
On the admin side, there is a div class <oinputs> that holds input fields. Since it's floated left, border line of <oexp> class depends on the height of the left element and it would not close all the way down if not filled with enough context.
So I thought, and I apologize for such a minor priority suggestion, that it would be nice to make some adjustments to the oinputs class so breaking line would show nicely.
.oinputs {
width: 62%;
float: left;
text-align: left;
[b]border-right: 1px .. what ever your line is;[/b]
}