Skip to content

Commit

Permalink
Hide too long SVN properties in changes list in repository view
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed Jan 10, 2019
1 parent 4e0d333 commit c832da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGELOG
2.0.1 not released
------------------

No changes.
- Hide too long SVN properties in changes list in repository view.


2.0.0 (2018-11-13)
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,8 @@ a.icon {
/*
* Hide too long SVN properties in repository view.
*/
.controller-repositories.action-show #content ul.properties li:not(:active) {
.controller-repositories.action-show #content ul.properties li:not(:active),
.controller-repositories.action-changes #content ul.properties li:not(:active) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit c832da9

Please sign in to comment.