Skip to content

Commit

Permalink
INTERIM-166 Minor adjustments to the media card Display Suite layout (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sacarney authored and angelamnr committed May 30, 2018
1 parent c0b79a8 commit 4007cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ input[type=submit].form-submit {
/* Media Card Layout */

.media.media_card {
display: flex;
margin-right: 1rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
align-items: flex-start;
Expand Down
2 changes: 1 addition & 1 deletion panels/layouts/media_card/media-card.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<?php endif; ?>

<?php if (!empty($content['media_body'])): ?>
<div class="media-body">
<div class="media-content">
<?php print $content['media_body']; ?>
</div>
<?php endif; ?>
Expand Down

0 comments on commit 4007cc5

Please sign in to comment.