Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Sep 25, 2024
1 parent d62294f commit e57925e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/src/lib/components/mailbox/Email.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
bind:this={iframe}
class="h-full w-full"
style="height: 50vh; background-color: white;"
frameborder="0"
title={parsedEmail.subject || 'No subject'}
sandbox="allow-same-origin allow-popups"
></iframe>
Expand All @@ -71,11 +70,3 @@
</svelte:fragment>
</AccordionItem>
{/if}

<style>
.accordion-summary {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>

0 comments on commit e57925e

Please sign in to comment.