Skip to content

Commit

Permalink
Fixes #14376 - Cut long bookmark names
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomizadok authored and dLobatog committed Apr 19, 2016
1 parent 2f0bcd5 commit 38e91d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/patternfly_and_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,11 @@ a.btn-info span{
max-width: 90%;
margin: 0 auto;
}

#search-form {
.dropdown-menu > li > a {
max-width: 658px;
overflow: hidden;
text-overflow: ellipsis;
}
}

0 comments on commit 38e91d4

Please sign in to comment.