Skip to content

Commit

Permalink
dashboard - fixing issue where promotions ellipsis was not configured…
Browse files Browse the repository at this point in the history
… correctly
  • Loading branch information
jlsherrill committed Oct 5, 2011
1 parent b55cad4 commit 3ab78ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/app/stylesheets/sections/dashboard.scss
Expand Up @@ -142,30 +142,22 @@
display: inline-block;
width: 40%;
padding-left: 1%;
// float: left;
@extend .one-line-ellipsis;
}
.subcol_2 {
display: inline-block;
width: 30%;
padding-left: 1%;
// float: left;
@extend .one-line-ellipsis;
}
.subcol_3 {
display: inline-block;
width: 50%;
padding-left: 1%;
// float: left;
@extend .one-line-ellipsis;
}

.col_3 {
display: inline-block;
width: 40%;
padding-left: 1%;
// float: left;
@extend .one-line-ellipsis;
}

.collapsed {
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/dashboard/_promotions.haml
Expand Up @@ -10,7 +10,7 @@
  

%div.promotion_entry
.col_1
.col_1.one-line-ellipsis
%h5
= link_to changeset.name, changeset_path_helper(changeset)
.col_2
Expand Down

0 comments on commit 3ab78ad

Please sign in to comment.