Skip to content

Commit

Permalink
Merge pull request #5854 from nextcloud-libraries/backport/5853/next
Browse files Browse the repository at this point in the history
[next] fix: alignement of listitem name for one line layout
  • Loading branch information
AndyScherzinger authored Jul 23, 2024
2 parents 61bddd8 + d8e4973 commit 5887089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ export default {
align-items: unset;
justify-content: end;
}
.list-item-content__name {
align-self: center;
}
}
&__anchor {
Expand Down

0 comments on commit 5887089

Please sign in to comment.