Skip to content

Commit d499245

Browse files
committed
tag 1.0.3 fix style
1 parent c064c8b commit d499245

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-demo-block-vue3",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Vuepress2 plugin for demo block support vue3.",
55
"main": "src/index.js",
66
"scripts": {

src/DemoBlock.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ export default {
201201
}
202202
.dark .demo-block .meta {
203203
background-color: var(--c-bg-lighter);
204-
margin: 0;
205204
}
206205
.demo-block .description {
207206
padding: 10px 20px;

0 commit comments

Comments
 (0)