Skip to content

Commit

Permalink
Make the CM name column fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed Aug 6, 2024
1 parent 785a22e commit cc7a1ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/ReportsCenter/ReportsCenterCMInfo.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
th {
text-align: center;
}
.cm-name a {
max-width: 10rem;
overflow: hidden;
}
}

// We use `disable` for tabs they don't have permission for:
Expand Down

0 comments on commit cc7a1ba

Please sign in to comment.