Skip to content

Commit

Permalink
add margin top to buttons in feed screen (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 19, 2023
1 parent ae87f67 commit 8b2735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/notifications/notification.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
| number) || '--.--'
}} <span style="font-weight: bold;">{{ getTokenSymbol(i.label.cmp_update.token)}}</span></span>
</p>
<div style="width: 100%; height: 2em">
<div style="width: 100%; height: 2em; margin-top: 25px;">
<button
[className]=" !disableRetrieveButtonAction(i.label.cmp_update) ? 'budget_button' : 'budget_button_disabled'"
*ngIf="i.label.cmp_update.type === 'finished'"
Expand Down

0 comments on commit 8b2735b

Please sign in to comment.