Skip to content

Commit

Permalink
Merge pull request #4584 from nextcloud-libraries/fix/noid/empty-cont…
Browse files Browse the repository at this point in the history
…ent-icon-size

fix(EmptyContent): ensure proper custom icon size
  • Loading branch information
Pytal committed Oct 3, 2023
2 parents 7277f04 + 85a2e35 commit 67278ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcEmptyContent/NcEmptyContent.vue
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 67278ca

Please sign in to comment.