Skip to content

Commit

Permalink
Remove width limit on CMS panel dropdowns
Browse files Browse the repository at this point in the history
No longer necessary as we've fixed the Chosen.js width
settings, which means the <select> fields can inherit
their settings and determine width automatically.
  • Loading branch information
chillu committed Aug 27, 2012
1 parent 88dfde8 commit 76dd8cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions admin/scss/_style.scss
Expand Up @@ -645,9 +645,6 @@ body.cms {
padding: $grid-x $grid-x 0;
overflow: auto;
height:100%;
.dropdown select {
width:$grid-x * 20;
}
#LastEditedFrom {
@include box-shadow(none);
input {
Expand Down

0 comments on commit 76dd8cc

Please sign in to comment.