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

Fix float right overflow #8557

Merged
merged 11 commits into from
Sep 9, 2024
Merged

Conversation

pmario
Copy link
Member

@pmario pmario commented Aug 27, 2024

This PR fixes #8556

  • [BUG] float:right element overflows tiddler body.  #8556
  • It contains several commits which deal with different elements.
  • I did check for tc-tiddler-title, tc-subtitle, tc-tags-wrapper and tc-tiddler-body for the different core templates
  • I also adds clearfix to 2 plugin templates. Plugins: "tour" and "blog"
  • core/ui/EditTemplate/controls.tid also covers the "title" into a SPAN element to make it styleable. <span tc-tiddler-title-draft><$view field="title"/></span>

Copy link

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

@pmario
Copy link
Member Author

pmario commented Aug 27, 2024

@Jermolene -- clearfixes should not alter the general UI. The only "catch" float:rights and contain them. So it should be pretty safe without any side effects.

@pmario
Copy link
Member Author

pmario commented Aug 27, 2024

The PR now only contains "clearfix" changes

@pmario
Copy link
Member Author

pmario commented Sep 9, 2024

@Jermolene -- See the last 3 commits. It should be ready for merge now.

@Jermolene
Copy link
Member

Thank you @pmario

@Jermolene Jermolene merged commit e1b3308 into TiddlyWiki:master Sep 9, 2024
3 checks passed
@pmario pmario deleted the fix-float-right-overflow branch September 10, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] float:right element overflows tiddler body.
2 participants