Skip to content

Commit

Permalink
blockquote spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Oct 3, 2024
1 parent 234f622 commit bacce1d
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-poets-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"uico": patch
---

blockquote right spacing
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"devDependencies": {
"@robino/md": "^1.0.1",
"domco": "^2.0.0",
"domco": "^2.1.3",
"drab": "^5.4.2",
"hono": "^4.6.3",
"uico": "*",
"vite": "^5.4.7"
"vite": "^5.4.8"
}
}
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@robino/prettier": "^0.1.1",
"@robino/tsconfig": "^0.2.2",
"prettier": "^3.3.3",
"turbo": "^2.1.2",
"turbo": "^2.1.3",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/uico/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@

blockquote,
dd {
padding-inline-start: var(--size-5);
padding-inline: var(--size-5);
}

blockquote {
Expand Down

0 comments on commit bacce1d

Please sign in to comment.