Skip to content

Commit

Permalink
Improve content tolerance
Browse files Browse the repository at this point in the history
Fixes thumbnail overflow problems in some layouts
and makes styles more robust and better organized
overall.
  • Loading branch information
MisRob committed Nov 21, 2024
1 parent 96a14ff commit 81d7a27
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 252 deletions.
8 changes: 4 additions & 4 deletions docs/pages/qa/cards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@
:headingLevel="3"
orientation="horizontal"
:thumbnailSrc="require('../../assets/hummingbird-large-cc-by-sa-4.jpg')"
title="First card when link"
title="First card"
/>
<KCard
:to="{ path: '#link-target' }"
:headingLevel="3"
orientation="horizontal"
:thumbnailSrc="require('../../assets/hummingbird-large-cc-by-sa-4.jpg')"
title="Second card when link"
title="Second card"
/>
</KCardGrid>
</section>
Expand All @@ -187,13 +187,13 @@
:headingLevel="3"
orientation="horizontal"
:thumbnailSrc="require('../../assets/hummingbird-large-cc-by-sa-4.jpg')"
title="First card when not link"
title="First card"
/>
<KCard
:headingLevel="3"
orientation="horizontal"
:thumbnailSrc="require('../../assets/hummingbird-large-cc-by-sa-4.jpg')"
title="Second card when not link"
title="Second card"
/>
</KCardGrid>
</section>
Expand Down
Loading

0 comments on commit 81d7a27

Please sign in to comment.