Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inline-block
1 parent 93e2cd0 commit fc36f69Copy full SHA for fc36f69
src/theme/prose/callout.ts
@@ -3,7 +3,7 @@ import type { NuxtOptions } from '@nuxt/schema'
3
export default (options: Required<NuxtOptions['ui']>) => ({
4
slots: {
5
base: ['group relative block px-4 py-3 rounded-md text-sm/6 my-5 last:mb-0 [&_code]:text-xs/5 [&_code]:bg-default [&_pre]:bg-default [&>div]:my-2.5 [&_ul]:my-2.5 [&_ol]:my-2.5 [&>*]:last:!mb-0 [&_ul]:ps-4.5 [&_ol]:ps-4.5 [&_li]:my-0', options.theme.transitions && 'transition-colors'],
6
- icon: ['size-4 shrink-0 align-sub me-1.5', options.theme.transitions && 'transition-colors'],
+ icon: ['size-4 shrink-0 align-sub me-1.5 inline-block', options.theme.transitions && 'transition-colors'],
7
externalIcon: ['size-4 align-top absolute right-2 top-2 pointer-events-none', options.theme.transitions && 'transition-colors']
8
},
9
variants: {
0 commit comments