Skip to content

Commit

Permalink
Match padding of new entry button with entries table
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Aug 12, 2024
1 parent 9e665ee commit aa137f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/Tracker/EntryForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</Modal>

<button class="button is-success mb-2" @click="openForm(true)">
<button class="button is-success mb-2 ml-4" @click="openForm(true)">
<Icon :src="addIcon" :interactive="false" />
Add time entry
</button>
Expand Down

0 comments on commit aa137f4

Please sign in to comment.