Hello Community,
I have a problem with white lines appearing in a html table, in an email generated from Power Automate.
Do you have any ideas on how to get rid of them?
There's css for table:
table {
font-family: sans-serif;
max-width: 100%;
text-align: left;
border-collapse: collapse;
border-spacing: 2px;
}
