Skip to content

Commit

Permalink
fixup! Remove margin below widget item
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jul 4, 2023
1 parent accd13b commit d2592cf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ This component is meant to be used inside a DashboardWidget component.
<h3 :title="mainText">
{{ mainText }}
</h3>
<p class="message" :title="subText">
<span class="message" :title="subText">
{{ subText }}
</p>
</span>
</div>
<NcActions v-if="gotMenu" :force-menu="forceMenu">
<!-- @slot This slot can be used to provide actions for each dashboard widget item. -->
Expand Down Expand Up @@ -238,7 +238,6 @@ export default {
.message {
width: 100%;
color: var(--color-text-maxcontrast);
margin-bottom: 0!important;
}
}
Expand Down

0 comments on commit d2592cf

Please sign in to comment.