Skip to content

Commit

Permalink
Fix the ellipse on the student name #707
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Jul 2, 2024
1 parent 7c57af1 commit b60145b
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
@import "./test-edit-grades-common";

tbody td.student-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 0;

&,
* {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

a {
text-decoration: none;

Expand Down

0 comments on commit b60145b

Please sign in to comment.