Hi,
As you can see attached, there is no border-radius anymore on list of items. Not that this is ugly (I even find it more logicial to the material design), but I think you want the same consistency on all browsers.
Replacing the
with a
fixed the issue through Firebug.
I didn’t find the file that contained this part, so I will let you fix it at the right place.
Thanks in advance,
Hi,
Did not notice, as I still don't use DEV version (still on 54)
I had a look, and it's not so easy to fix as padding in div is not as easy to fit cell size, in a way that also fits PDF export.
Ticket #2842 recorded
Yes, Firefox 55 is not in general public availability yet, but I thought you might be interested in anticipating the changes.
OK, that's because of the PDF export that you were using tables.
Maybe have a look at the display: table-cell on div elements to do the same job?
Maybe have a look at the display: table-cell on div elements to do the same job?
Thanks for the tip.
I knew it but did not think about it.
Looks like the issue is fixed in Firefox 56.0b4 on my side.
Tanks for the info.
