Skip to content

Featured exercice overflow #1

@hannaeko

Description

@hannaeko

There is no max height on the description of the exercise thus it can lead to an ugly overflow.

Adding some height limit with eventually an overflow property can fix the problem.

.month-exercise {
  height: 200px;
  overflow: auto;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions