Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit d74c5dc

Browse files
committed
Fix card print padding
1 parent d8ac5a7 commit d74c5dc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

components/d/card/Index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ defineProps({
5656
<style>
5757
.card__content,
5858
.card__content--dense {
59-
@apply md:text-lg print:p-0;
59+
@apply md:text-lg;
6060
}
6161
6262
.card__content {
6363
padding: var(--shape-card-padding);
64+
@apply print:p-0;
6465
}
6566
6667
.card__content--dense {
6768
padding: var(--shape-card--dense__padding);
69+
@apply print:p-0;
6870
}
6971
7072
.card--homepage-story .card__content,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d0rich/nuxt-design-system",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"main": "./nuxt.config.ts",
55
"description": "🖼️ Design system for d0rich's projects based on Nuxt 3 and Tailwind CSS",
66
"keywords": [

0 commit comments

Comments
 (0)