learningequality / learningequality/kolibri
In group enrollment form, when empty, "select all" header abuts directly to "username" header
Open
Nobody has claimed this yet.
APP: Coach
bug
DEV: frontend
P2 - normal
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 972
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 33
Description
Observed behavior
When there are no users in a class, or no users left to enroll in a group, the headers of the table run together:

Expected behavior
Text spacing should be the same regardless of whether the table is populated.
User-facing consequences
Limited, but it looks a bit messy.
Steps to reproduce
- Create a new class and enroll no users.
- Create a new group in that class.
- Click on the enroll users button, and see the text squished together as above.
Context
- Kolibri version: 0.12.3-dev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue using the listed steps and locate the group enrollment form and its table header implementation. Compare the empty and populated states; done means the “select all” and “username” headers have consistent spacing when no users are available.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100