Skip to content

Commit

Permalink
fix(files_sharing): fix sharing status indicator side after component…
Browse files Browse the repository at this point in the history
… update

Seems like the components now have max-height/width set too

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Dec 2, 2023
1 parent 4efa24b commit 35cf52c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/files_sharing/src/actions/sharingStatusAction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
svg.sharing-status__avatar {
height: 32px !important;
width: 32px !important;
max-height: 32px !important;
max-width: 32px !important;
border-radius: 32px;
overflow: hidden;
}
}

0 comments on commit 35cf52c

Please sign in to comment.