Skip to content

Commit

Permalink
fix vertical divider
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie authored and DavidFyon committed Sep 25, 2024
1 parent 99b8e1c commit 9cc585b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export default defineComponent({
v-if="!mobileVersion && hasLongContent"
:color="contentColor"
:style="{ borderColor: dividerColor }"
:vertical="true"
:thickness="1"
vertical
class="mx-4"
/>
<slot :attrs="actionSlotAttrs" name="action"></slot>
Expand Down Expand Up @@ -241,4 +242,9 @@ $breakpoint-xs: 600px;
.vd-notification-icon {
min-width: 24px;
}
:deep(.v-divider--vertical) {
height: 35px;
opacity: 0.50;
}
</style>

0 comments on commit 9cc585b

Please sign in to comment.