0

I know that the style attribute can be used in a b:panel, for example. How can I use it in a b:row?

I want to do something like this:

<b:row style="margin-top: 60px;">
    ...
</b:row>

But the attribute is omitted in the final HTML page and I do not want to use the styleClass attribute.

Update

This has been solved in the most current version (0.6.6).

Johannes
  • 828
  • 12
  • 29

1 Answers1

1

This has been solved in the most current version (0.6.6), which came out a few days ago.

Johannes
  • 828
  • 12
  • 29