Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<p> tags should only have padding between them #71

Closed
lukepighetti opened this issue Mar 5, 2019 · 4 comments
Closed

<p> tags should only have padding between them #71

lukepighetti opened this issue Mar 5, 2019 · 4 comments
Labels
bug Something isn't working low-priority

Comments

@lukepighetti
Copy link
Contributor

No description provided.

@Sub6Resources
Copy link
Owner

That should be the behavior right now. Are you seeing something different?

@lukepighetti
Copy link
Contributor Author

lukepighetti commented Mar 5, 2019

Right now every <p> tag gets top and bottom padding. So in a situation like this:

<p> Hey man! </p>

It's padded top and bottom. It shouldn't be padded at all.

<p> Hey man! </p>
<p> Hey guy! </p>

This should only have padding in between the tags, but instead it's padded top, in-between, bottom.

This makes laying out the Html widget a bit difficult as you have to compromise block spacing in order to get it to flow in your app properly (in my case, anyway)

@Sub6Resources Sub6Resources added bug Something isn't working low-priority labels Mar 26, 2019
@thenexus00
Copy link

Not sure on this because Using this as of today with the latest version there appears to be no padding on any Paragraph.

@Sub6Resources
Copy link
Owner

This issue will be fixed in version 1.0.0. (See #122 for progress on the 1.0.0 release) See #108 for details on this issue as it pertains to that version. I'm closing this issue. Please post future comments for this issue on #108.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low-priority
Projects
None yet
Development

No branches or pull requests

3 participants