Skip to content

Commit

Permalink
Merge pull request #449 from bethinkpl/IT-5866_optional_header_of_dra…
Browse files Browse the repository at this point in the history
…wer_section
  • Loading branch information
tweetgeek authored Jan 10, 2025
2 parents 206411b + dfe201e commit 42495ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/js/components/Drawer/DrawerContent/DrawerContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
display: flex;
flex-direction: column;
gap: $space-s;
padding: $space-2xs $space-s;
padding: $space-s;
}
</style>

Expand Down
3 changes: 2 additions & 1 deletion lib/js/components/Drawer/DrawerSection/DrawerSection.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="ds-drawerSection">
<ds-section-header
v-if="title"
:icon-left="iconLeft"
:icon-left-color="iconLeftColor"
:icon-right="iconRight"
Expand Down Expand Up @@ -90,7 +91,7 @@ export default defineComponent({
},
title: {
type: String,
required: true,
default: null,
},
titleEllipsis: {
type: Boolean,
Expand Down

0 comments on commit 42495ee

Please # to comment.