Skip to content

Commit

Permalink
fix(EmptyContent): ensure proper custom icon size
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler authored Sep 28, 2023
1 parent 2e6b0f0 commit 85a2e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcEmptyContent/NcEmptyContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ export default {
background-size: 64px;

:deep(svg) {
width: 64px;
height: 64px;
width: 64px !important;
height: 64px !important;
max-width: 64px !important;
max-height: 64px !important;
}
Expand Down

0 comments on commit 85a2e35

Please sign in to comment.