https://bugs.documentfoundation.org/show_bug.cgi?id=143535
--- Comment #2 from [email protected] --- Here is how I would do it in HTML: ``` table { border-collapse: separate; border-spacing: 0.2em; border-radius: 1em; border: 1px solid black; margin: 3em; } td { padding: 0.5em; } <table> <tr><td>a</td><td>alfa</td></tr> <tr><td>b</td><td>beta</td></tr> </table> ``` I upload a screenshot too. -- You are receiving this mail because: You are the assignee for the bug.
