Skip to content

Commit

Permalink
Merge pull request #6039 from nextcloud-libraries/fix/list-item-one-l…
Browse files Browse the repository at this point in the history
…ine-width

NcListItem: make the max width of the NcListItem in oneline mode apply only to the content name
  • Loading branch information
GretaD authored Sep 3, 2024
2 parents dd58f16 + dbb6f50 commit 6f7b554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -959,15 +959,15 @@ export default {
justify-content: start;
gap: 12px;
min-width: 0;
max-width: 300px;
}
.list-item-content__details {
flex-direction: row;
align-items: unset;
align-items: center;
justify-content: end;
}
.list-item-content__name {
align-self: center;
max-width: 300px;
}
}
Expand Down

0 comments on commit 6f7b554

Please sign in to comment.