Skip to content

Resources page has misaligned worksheet links #520

Description

@smartspot2

The "worksheets" column has some weird formatting, which causes links to be misaligned. See below for an example:
Image

This is likely due to the grid-template-columns setting in the CSS in resource_aggregation.scss:

.resource-worksheet {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 20px;
  column-gap: 10px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions