Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering icons misplaced in table headers #2033

Closed
janno42 opened this issue Oct 10, 2023 · 1 comment · Fixed by #2134
Closed

Ordering icons misplaced in table headers #2033

janno42 opened this issue Oct 10, 2023 · 1 comment · Fixed by #2134
Assignees
Labels
[C] Frontend Focuses on frontend implementation [P] Medium Medium priority [S] Very small This issue should require only very small changes. [T] Bug This is a bug. We don't like it. Please get rid of it.

Comments

@janno42
Copy link
Member

janno42 commented Oct 10, 2023

On the grades semester page and the staff semester page, the order icons (arrows) overlap the heading text as shown below because padding-left defined by .col-order is overwritten by Bootstrap's .table.
image

Instead, they should be placed next to the text, as on the results page.
image

@janno42 janno42 added [C] Frontend Focuses on frontend implementation [P] Medium Medium priority [T] Bug This is a bug. We don't like it. Please get rid of it. [S] Very small This issue should require only very small changes. labels Oct 10, 2023
@janno42
Copy link
Member Author

janno42 commented Nov 27, 2023

see #2037 for more details what needs to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Frontend Focuses on frontend implementation [P] Medium Medium priority [S] Very small This issue should require only very small changes. [T] Bug This is a bug. We don't like it. Please get rid of it.
3 participants