Skip to content

Replace br tags with new line class for span elementsΒ #14

Description

@ehanahamed
<!-- ❌ πŸ‘Ž -->
abc<br>
def

<!-- βœ… πŸ‘ -->
abc
<span class="line">def</span>

br elements have some weird positioning problems that aren't consistent across different modern browsers, so we have <span class="line>...</span> instead. brs have already been replaced throughout Quizfreely's frontend code, but there's still a lot in EhUI.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions