Skip to content

Remove style from html code #1382

Open
Open
@emaborsa

Description

@emaborsa

Let's say we have the following table:

<table>
  <tbody>
    <tr>
      <td style="width:50px"></td>
    </tr>
  </tbody
</table>

How can I remove the tds width? I already tryied with the following, but it is ignored:

style: <String, Style>{
  "td": Style(
    width: null
   )
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions