Skip to content

Commit de47add

Browse files
authored
fix(ProseImg): add w-full by default (#4997)
1 parent 8891d5d commit de47add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/prose/img.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
slots: {
3-
base: 'rounded-md',
3+
base: 'rounded-md w-full',
44
overlay: 'fixed inset-0 bg-default/75 backdrop-blur-sm will-change-opacity',
55
content: 'fixed inset-0 flex items-center justify-center cursor-zoom-out focus:outline-none p-4 sm:p-8'
66
},

0 commit comments

Comments
 (0)