Skip to content

Chore: Remove anything that looks like float or clearfix, replace with flexbox #1647

Open
@bhousel

Description

At this point we should probably just search for and remove all instances of float: left or float: right or anything that looks like a clearfix hack. These cause a bunch of problems, and most of the UI is flexboxed now.

These are legacy css tricks for getting content to flow around other content. Flexbox has been a thing since even the IE9 days, so there probably aren't many of these vestigial css rules left in the Rapid code. It is worth it for me to search for them and remove them to avoid surprises like the one fixed by a0ed2ca.

Originally posted by @bhousel in a0ed2ca

Metadata

Assignees

No one assigned

    Labels

    choreImprovements to the code or development stack, cleanupsfeature-uiIssue or request related to the user interface design

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions