Closed Seamate closed 1 year ago
This may be resolved on the latest master
branch (coming in 3.0.0-beta.2 soon). I'll take a look though
Great! I'll be expecting a fix soon. Thanks for your response.
3.0.0-beta.2 is released. Please let me know if your issue is not actually resolved.
The extra space is gone now as can be seen in the screenshot. Thanks a lot for being very responsive and supportive. However, there seems to be no way to reduce the left margin of lists. The space is much.
You can adjust the left padding by setting the inline-start
(or right
or left
) padding on the ol
or ul
either using css or using the styles
option.
You can adjust the left padding by setting the
inline-start
(orright
orleft
) padding on theol
orul
either using css or using thestyles
option.
This worked perfectly. Issues resolved 100%. Thank you!
Describe the bug:
ol
andul
elements have this extra space at the top that won't go away with margin and padding set to 0.HTML to reproduce the issue:
Html
widget configuration:Expected behavior:
I expect that on setting the margin and padding properties to 0, the extra space will be gone and the text will be displayed properly. Check the screenshot below to see the white space at the top of the list.
Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:Flutter 3.7.8 • channel stable • https://github.com/flutter/flutter.git Framework • revision 90c64ed42b (9 weeks ago) • 2023-03-21 11:27:08 -0500 Engine • revision 9aa7816315 Tools • Dart 2.19.5 • DevTools 2.20.1 Flutter Html
any