Margin change in Canvas 1.2

Hi,

it appears that the default Margin/Padding of the Canvas Directives changed with Version 1.2.
Is this a bug?

OLD

NEW

Hi @mwirtz,

Can you give more information like:

How were the above structured? Are they in an HTML table? Which directives are you using?


Paul

Hi,

found the cause of the change.
There was a change in the app.css file from Canavas 1.1.2 to 1.2.

NEW
div.row {

margin-top: 0px;

}

OLD
div.row {

margin-top: 10px;

}

Cheers,

Marius

HI @mwirtz,

Can you submit a ticket for this? We will check and assess.

Can you also detail the HTML code of the above?

Thanks!


Paul

Hi All,
I found in 1.2.0 the similar css issue with li margin:

Now:
li {
margin-left: 0px;
}

Before:
li {
margin-left: 15px;
}

Hi @eugene,

We will include this. Thanks!


Paul