Skip to content

Commit

Permalink
Merge pull request #67 from alphagov/narrow-left-wide-right
Browse files Browse the repository at this point in the history
Narrow left wide right
  • Loading branch information
quis committed May 12, 2015
2 parents 034e6e1 + 4077242 commit b0ed591
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions toolkit/scss/forms/_summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,18 @@ table.summary-item-body {
text-align: left;
}

%summary-item-field-name,
.summary-item-field-name {
@extend %summary-item-field;
width: 50%;
width: 33.333%;
padding-right: 25px;
}

.summary-item-field-name-wider {
@extend %summary-item-field-name;
width: 50%;
}

.summary-item-field-headings {

tr {
Expand All @@ -105,7 +111,7 @@ table.summary-item-body {

.summary-item-field-content {
@extend %summary-item-field;
width: 50%;
width: 66.666%;
padding-left: 25px;

ul {
Expand Down

0 comments on commit b0ed591

Please sign in to comment.