Skip to content

Commit

Permalink
Merge pull request #2769 from GreenAsJade/CM_overview_layout_tweak
Browse files Browse the repository at this point in the history
Make the CM name column max width
  • Loading branch information
anoek authored Aug 7, 2024
2 parents 3365392 + cc7a1ba commit 126a1a3
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 126a1a3

Please sign in to comment.