Skip to content

Commit

Permalink
Fix layout issues with today button in people card
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvandepoel committed Nov 19, 2019
1 parent ef49f2d commit 75ab9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/uiblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function peoplecard($card) {
<input type="date" class="form-control" id="<?php echo $card['email']; ?>-date" name="date">
</div>
<div class="col-md-1 px-1">
<button class="btn btn-secondary" type="button" onclick="document.getElementById('<?php echo $card['email']; ?>-date').value = '<?php echo date('Y-m-d'); ?>'"><span class="fas fa-calendar-check"></span></button>
<button class="btn btn-secondary btn-sm mt-1" type="button" onclick="document.getElementById('<?php echo $card['email']; ?>-date').value = '<?php echo date('Y-m-d'); ?>'"><span class="fas fa-calendar-check"></span></button>
</div>
<div class="col-md-4 px-1">
<input type="text" class="form-control" name="comment" placeholder="Wire transfer">
Expand Down

0 comments on commit 75ab9c8

Please sign in to comment.