Skip to content

Commit

Permalink
Merge pull request #20 from ffnord/feature-shorten-node-names
Browse files Browse the repository at this point in the history
Abbreviate first column of sidebar table
  • Loading branch information
Nils Schneider committed Jan 13, 2016
2 parents 9215387 + 491efeb commit a1d3415
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ table {
font-weight: bold;
}

.sidebar table th:first-child,
.sidebar table td:first-child {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 60%;
}

.sidebarhandle {
position: fixed;
left: $sidebarwidth + 2 * $buttondistance;
Expand Down Expand Up @@ -283,6 +291,7 @@ table {

.sidebar table {
width: 100%;
table-layout: fixed;
}

.sidebar table th {
Expand Down

0 comments on commit a1d3415

Please sign in to comment.