Christian75
Member
Hi,
Before the new change in Visual Designer then I could state negative margins like this:
l: n4
as stated in vuetifyjs document and that did work.
But now with the single row type:
a=?; x=?; y=?; t=?; b=?; l=n4; r=0
This is converted to just ml-4 which is positive margin 4.
I also tried l=-4; but that did not work at all then the left margin is removed.
Is this a bug or should I write it in another way to get margin: ml-n4 ?
I know that I can use the Classes field but that seems like a bad workaround in the long run.
Before the new change in Visual Designer then I could state negative margins like this:
l: n4
as stated in vuetifyjs document and that did work.
But now with the single row type:
a=?; x=?; y=?; t=?; b=?; l=n4; r=0
This is converted to just ml-4 which is positive margin 4.
I also tried l=-4; but that did not work at all then the left margin is removed.
Is this a bug or should I write it in another way to get margin: ml-n4 ?
I know that I can use the Classes field but that seems like a bad workaround in the long run.