Skip to content

Commit

Permalink
Fix preview alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jun 13, 2023
1 parent 11bf744 commit 1917f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-app-files/src/views/spaces/Projects.vue
Expand Up @@ -49,11 +49,11 @@
<template #image="{ resource }">
<img
v-if="imageContentObject[resource.id]"
class="tile-preview oc-mr-s oc-ml-xs"
class="tile-preview oc-mr-s"
:src="imageContentObject[resource.id]['data']"
alt=""
width="28"
height="28"
width="33"
height="33"
/>
<oc-resource-icon v-else class="oc-mr-s" :resource="resource" />
</template>
Expand Down

0 comments on commit 1917f22

Please sign in to comment.