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.
1 parent 312826d commit fa29d92Copy full SHA for fa29d92
resources/js/components/ui/Alert.vue
@@ -37,7 +37,7 @@ const alertClasses = computed(() => {
37
'[&_h5]:mb-1 [&_h5]:font-bold',
38
'[&_h6]:mb-1 [&_h6]:font-bold',
39
'[&_p:not(:last-child)]:mb-3',
40
- '[&_code]:px-0.75 [&_code]:mx-0.5 [&_code]:py-0.5 [&_code]:rounded-sm',
+ '[&_code]:px-0.75 [&_code]:mx-0.5 [&_code]:py-0.5 [&_code]:rounded-sm [&_code]:text-xs',
41
].join(' '),
42
variants: {
43
variant: {
0 commit comments