Skip to content

Commit d9ccb84

Browse files
committed
Fix commit button alignment
1 parent 69afa3c commit d9ccb84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

3-lending/demifi/web/src/lib/LendingApp.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,16 @@
122122
<div style:margin="0 0 0 5px" style:font-size="12px"><NumericAddress address={$userNfid}/> </div>
123123
</div>
124124
<div style:display="flex"
125-
style:align-items="baseline"
126-
style:margin="0 0.5em 0 0">
125+
style:align-items="center"
126+
style:margin="0.5em 0.5em 0 0">
127127
{#if $participantsDirty}
128128
<div transition:fade
129129
style:display="flex"
130130
style:align-items="center"
131131
style:align-content="center"
132-
style:margin="0 5px 0 0">
132+
style:margin="0 0.5em 0 0">
133133
<span class="unselectable"
134-
style:align-self="flex-end"
134+
135135
style:margin="0 5px 0 0"
136136
style:cursor="pointer"
137137
on:click="{resetChanges}" >

0 commit comments

Comments
 (0)