Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Nov 5, 2024
2 parents c99c404 + 58d4a2a commit 9878876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/Machine/ConfigFilesPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@
<img
v-if="dialogImage.item.url"
:src="dialogImage.item.url"
style="max-height: 100%; width: auto; object-fit: contain"
style="max-height: 100%; width: auto; max-width: 100%; object-fit: contain"
alt="image" />
<div v-else-if="dialogImage.item.svg" class="fill-width" v-html="dialogImage.item.svg"></div>
<div v-else-if="dialogImage.item.svg" class="fill-width" v-html="dialogImage.item.svg" />
</div>
</panel>
</v-dialog>
Expand Down

0 comments on commit 9878876

Please sign in to comment.