Skip to content

Commit

Permalink
Merge pull request #180 from cncastillo/gui-sidebar-patch
Browse files Browse the repository at this point in the history
Fix long names displayed in the sidebar
  • Loading branch information
beorostica authored Aug 3, 2023
2 parents 8a3c5f2 + 752fa5f commit a4277a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ td, th, tr{

.pname {
margin-left: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

0 comments on commit a4277a2

Please sign in to comment.