Skip to content

Commit

Permalink
Merge pull request #1008 from pat270/clay-1007
Browse files Browse the repository at this point in the history
(#1007) Change `.sheet-footer` to `display: flex`
  • Loading branch information
jbalsas authored Jun 19, 2018
2 parents 45caef1 + d7ef52b commit 0a6a980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-css/src/content/sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h4 class="sheet-tertiary-title">Sheet Tertiary Title</h4>
<div class="sheet-text">Sheet Subtitle and Sheet Tertiary Title are contained inside a sheet-section.</div>
</div>
<div class="sheet-footer">
<div class="btn-group-item">
<div class="btn-group">
<div class="btn-group-item">
<button class="btn btn-primary" type="button">Primary</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions packages/clay-css/src/scss/components/_sheets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fieldset {
.sheet-footer {
@include clearfix;

display: flex;
margin-bottom: $sheet-footer-margin-bottom;
margin-left: $sheet-footer-margin-left;
margin-right: $sheet-footer-margin-right;
Expand Down

0 comments on commit 0a6a980

Please sign in to comment.