Skip to content

Commit

Permalink
#1757 - Updated BodyHeader to use a positive margin for the subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
sh16011993 committed Mar 20, 2023
1 parent f07e056 commit e71c969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/packages/web/src/components/generic/BodyHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-row no-gutters class="mb-n6">
<v-row no-gutters>
<v-col>
<h2 class="category-header-large color-blue">{{ fullTitleMessage }}</h2>
<slot name="status-chip"></slot>
Expand All @@ -8,7 +8,7 @@
<slot name="actions"></slot>
</v-col>
</v-row>
<v-row class="mb-2">
<v-row no-gutters class="mb-2">
<v-col>
<slot name="subtitle">{{ subTitle }}</slot>
</v-col>
Expand Down

0 comments on commit e71c969

Please sign in to comment.