Skip to content

Commit fa29d92

Browse files
committed
Alert - make code size smaller
1 parent 312826d commit fa29d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/Alert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const alertClasses = computed(() => {
3737
'[&_h5]:mb-1 [&_h5]:font-bold',
3838
'[&_h6]:mb-1 [&_h6]:font-bold',
3939
'[&_p:not(:last-child)]:mb-3',
40-
'[&_code]:px-0.75 [&_code]:mx-0.5 [&_code]:py-0.5 [&_code]:rounded-sm',
40+
'[&_code]:px-0.75 [&_code]:mx-0.5 [&_code]:py-0.5 [&_code]:rounded-sm [&_code]:text-xs',
4141
].join(' '),
4242
variants: {
4343
variant: {

0 commit comments

Comments
 (0)