Skip to content

Commit

Permalink
Merge pull request #5271 from nextcloud-libraries/fix/center-dashboar…
Browse files Browse the repository at this point in the history
…d-entry
  • Loading branch information
juliushaertl committed Feb 20, 2024
2 parents 71740f8 + e2e276d commit 5df2af7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This component is meant to be used inside a DashboardWidget component.
<h3 :title="mainText">
{{ mainText }}
</h3>
<span class="message" :title="subText">
<span v-if="subText !== ''" class="message" :title="subText">
{{ subText }}
</span>
</div>
Expand Down Expand Up @@ -219,6 +219,8 @@ export default {
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 44px;
h3,
.message {
Expand Down

0 comments on commit 5df2af7

Please sign in to comment.