Skip to content

Commit

Permalink
Merge pull request #6420 from nextcloud/Fix/6401/rtl
Browse files Browse the repository at this point in the history
fix(rtl): invitees list
  • Loading branch information
SebastianKrupinski authored Oct 31, 2024
2 parents 17ef39c + 436a9fe commit 4edc1ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -898,9 +898,10 @@
display: flex;
align-items: center;
width: 100%;

text-align: start;
// Account for avatar width (because it is position: relative)
padding-right: 32px;

padding-inline-end: 32px;

&__label {
width: 100%;
Expand Down

0 comments on commit 4edc1ed

Please sign in to comment.