Skip to content

Commit 09f49a2

Browse files
committed
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 6c52242 commit 09f49a2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

apps/files_sharing/src/actions/sharingStatusAction.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
svg.sharing-status__avatar {
3131
height: 32px !important;
3232
width: 32px !important;
33+
max-height: 32px !important;
34+
max-width: 32px !important;
3335
border-radius: 32px;
3436
overflow: hidden;
35-
}
37+
}

dist/files_sharing-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)