Skip to content

Increase padding on .fa-component #100

Description

@nrsa222

On .fa-component increase top and bottom padding (to 1rem and .5rem) to not visually crowd text to top of container. This does not add too much space in long or deeply nested items.

.fa-component {
background-color: var(--color-blue-gray);
padding-top: 0;
padding-bottom: 0;
}

Replace with:

.fa-component {
  background-color: var(--color-blue-gray);
  padding-top: 1rem;
  padding-bottom: .5rem;
}

Screenshots

visual crowding of text to top of container

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions