File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/design-system/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const { items } = defineProps<Props>()
3232 @apply mb- 2;
3333 }
3434 .details-list dd {
35- @apply ml- 4;
35+ @apply ml- 4 font-normal ;
3636 }
3737 .details-list dt {
3838 @apply font-semibold ;
Original file line number Diff line number Diff line change 1313 <focus-trap :active =" dropOpen" >
1414 <div class =" info-drop-content" >
1515 <div class =" flex justify-between info-header oc-border-b pb-2" >
16- <h4 class =" m-0 info-title text-lg" v-text =" $gettext(title)" />
16+ <h4 class =" m-0 info-title text-lg font-normal " v-text =" $gettext(title)" />
1717 <oc-button appearance =" raw" :aria-label =" $gettext('Close')" class =" align-middle" >
1818 <oc-icon name =" close" fill-type =" line" size =" medium" />
1919 </oc-button >
You can’t perform that action at this time.
0 commit comments