Skip to content

Annoying Bug... #34

Description

@pulgamecanica

<div class="mb-4 p-3 paragraph">

If you write "p-3" on this element, it will create an annoying effect when the user clicks the element, i.e. even though the user might be clicking the element, since it has a padding, the click won't have effect when it's clicked on the padding...
To avoid this I would do the following:

Remove p-3 from this element: <div class="mb-4 paragraph">

On the next line (element) apply the padding

<div class="paragraph-content">

<div class="paragraph-content p-3">

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