Skip to content

Commit c8ef7d1

Browse files
author
Alex Perfilov
committed
composer update 💎
1 parent 3104d26 commit c8ef7d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roots-nextdatagov/templates/content-all-apps-pagination.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,10 @@ class="scale-with-grid" <?php } ?>
284284
</div>
285285
<?php if (sizeof($apparray[$i]['agencies'])):?>
286286
<div class="app-agencies">
287-
Agencies: <i><?php echo join('; ',$apparray[$i]['agencies'])?></i>
287+
<br />
288+
<small>
289+
Agencies: <i><?php echo join('; ',$apparray[$i]['agencies'])?></i>
290+
</small>
288291
</div>
289292
<?php endif;?>
290293
</div>

0 commit comments

Comments
 (0)