You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any updates on this? As there is currently no float on regular html elements, and no align or text-align on table elements, there seems to be no way to achieve left and right-aligned items on a single line by any means currently. Could REALLY use a solution if there's one to be had!
Describe the bug:
When rendering html
<table>
element, thetext-align
CSS property is not respected.I've tried with CSS in html:
and also with style override:
also tried
3.0.0-alpha.2
version with the following renderer registered, but html is blank in this caseHTML to reproduce the issue:
Html
widget configuration:No customization, just plain
Html(data: html);
Expected behavior:
Expected to see all
td
elements aligned to the right, but they all are left-aligned.Screenshots:
n/a
Device details and Flutter/Dart/
flutter_html
versions:The text was updated successfully, but these errors were encountered: