Fix note card bottom margin when multiple rows
This commit is contained in:
parent
407df6e228
commit
f7d443b954
@ -33,7 +33,7 @@ foreach ($notes as $note) {
|
||||
foreach ($notes as $note) {
|
||||
?>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-lg-4">
|
||||
<div class="card" data-color="<?php echo $note->getColor(); ?>" id="notecard_<?php echo $note->getID(); ?>">
|
||||
<div class="card mb-3" data-color="<?php echo $note->getColor(); ?>" id="notecard_<?php echo $note->getID(); ?>">
|
||||
<div class="card-body">
|
||||
<?php echo $note->getHTML(); ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user