Skip to content

Commit 0fe3af6

Browse files
committed
[rdar://30234820] fix: caption margin
1 parent dfe90b7 commit 0fe3af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContentNode/Caption.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ export default {
6060
}
6161
6262
caption {
63-
margin-bottom: 1rem;
63+
margin: 1rem 0;
6464
}
6565
</style>

0 commit comments

Comments
 (0)