Skip to content

Commit

Permalink
BUGFIX:SSF-124 / Trac#7105 - fixed issue with gridfield columns being…
Browse files Browse the repository at this point in the history
… too narrow.
  • Loading branch information
Jeremy Bridson committed Apr 10, 2012
1 parent 1e0b843 commit 2857737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/GridField.css

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

4 changes: 2 additions & 2 deletions scss/GridField.scss
Expand Up @@ -108,7 +108,7 @@ $gf_grid_x: 16px;
// Give browser some hints on which cols take priority: // Give browser some hints on which cols take priority:
// The last column (buttons) should always shrink to fit. // The last column (buttons) should always shrink to fit.
// Overwritten for IE7, which doesn't support this. // Overwritten for IE7, which doesn't support this.
width: 100%; width: auto;
white-space:nowrap; white-space:nowrap;
&.col-buttons { &.col-buttons {
width: auto; width: auto;
Expand All @@ -120,7 +120,7 @@ $gf_grid_x: 16px;
} }


&.col-listChildrenLink { &.col-listChildrenLink {
width:auto; width:$gf_grid_x;
border-right:none; border-right:none;
text-indent:-9999em; text-indent:-9999em;
padding:0; padding:0;
Expand Down

0 comments on commit 2857737

Please sign in to comment.