Skip to content

Commit

Permalink
Merge pull request #6159 from nextcloud/fix/invitee-list-item-alignment
Browse files Browse the repository at this point in the history
Align invitee list item status information with the status icon
  • Loading branch information
GVodyanov authored Jul 16, 2024
2 parents 53edbce + 8024a4d commit d6dfba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
.avatar-participation-status__text {
opacity: .45;
left: 63px;
bottom: 40px;
bottom: 21px;
white-space: nowrap;
position: relative;
min-width: 220px;
Expand Down

0 comments on commit d6dfba7

Please sign in to comment.