Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Update CardGroup component example to exhibit stacking on smaller scr…
Browse files Browse the repository at this point in the history
…eens. (elastic#11751)
  • Loading branch information
cjcenizal authored May 11, 2017
1 parent 3cb51f4 commit 059071e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui_framework/doc_site/src/views/card/card_group.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="kuiCardGroupContainer">
<div class="kuiCardGroup">
<div class="kuiCard kuiCardGroup__card">
<div class="kuiCard kuiCardGroup__card" style="width: 400px">
<div class="kuiCard__description kuiCardGroup__cardDescription">
<div class="kuiCard__descriptionTitle">
Get a banana
Expand All @@ -18,7 +18,7 @@
</div>
</div>

<div class="kuiCard kuiCardGroup__card">
<div class="kuiCard kuiCardGroup__card" style="width: 400px">
<div class="kuiCard__description kuiCardGroup__cardDescription">
<div class="kuiCard__descriptionTitle">
Get a pteradactyl
Expand Down

0 comments on commit 059071e

Please sign in to comment.