Skip to content

Commit

Permalink
fixup! feat(EnvelopeSkeleton): create a new envelope structure compon…
Browse files Browse the repository at this point in the history
…ent in Mail

Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Aug 10, 2024
1 parent d7425c7 commit 552c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EnvelopeSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export default {
&__details {
display: flex;
flex-direction: column;
justify-content: end;
justify-content: start;
align-items: end;
white-space: nowrap;
margin-left: calc(var(--default-grid-baseline) * 2);
Expand Down

0 comments on commit 552c36f

Please sign in to comment.