Skip to content

Commit

Permalink
Merge pull request #4297 from nextcloud/fix/remove-margin-below-messa…
Browse files Browse the repository at this point in the history
…ge-in-widget-item

Fix/remove margin below message in widget item
  • Loading branch information
JuliaKirschenheuter committed Jul 4, 2023
2 parents 75dd35e + 5bf0f7c commit 91787fd
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 91787fd

Please sign in to comment.