Skip to content

Commit

Permalink
BUGFIX: fixed treedropdownfield cropping long names off
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@76435 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Will Rossiter authored and Sam Minnee committed Feb 2, 2011
1 parent 664a5e1 commit 617a60d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/layout.css
Expand Up @@ -540,6 +540,9 @@ iframe {
border-right: none;
overflow: hidden;
}
#contentPanel div.TreeDropdownField a {
overflow: visible;
}
#contentPanel .thumbnailstrip {
border: none;
width: 190px;
Expand Down

0 comments on commit 617a60d

Please sign in to comment.