Skip to content

Commit

Permalink
Merge pull request #5408 from nextcloud-libraries/fix/5400/counter-at…
Browse files Browse the repository at this point in the history
…-the-bottom

fix(NcListItem): align indicators at the element bottom
  • Loading branch information
Antreesy committed Mar 15, 2024
2 parents ea833ca + 5701cd6 commit 708e697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
:name="'This is an active element with outlined counter'"
:bold="false"
:active="true"
:details="'1h'"
:counter-number="44"
counterType="outlined">
<template #icon>
Expand Down Expand Up @@ -147,7 +146,6 @@
:name="'Name of the element with outlined counter'"
:bold="false"
:force-display-actions="true"
:details="'1h'"
:counter-number="44"
counterType="outlined">
<template #icon>
Expand Down Expand Up @@ -832,6 +830,7 @@ export default {
.list-item-content__details {
display: flex;
flex-direction: column;
justify-content: end;
align-items: end;
}
&--one-line {
Expand Down

0 comments on commit 708e697

Please sign in to comment.