Skip to content

Commit

Permalink
Merge pull request #49 from helsingborg-stad/fix/block-grid
Browse files Browse the repository at this point in the history
fix: block grid added
  • Loading branch information
NiclasNorin authored Aug 6, 2024
2 parents fb2d40f + f71661e commit 56990d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/php/Module/views/open-street-map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@endif
@collection([
'id' => 'osm-posts-container-' . $ID,
'classList' => ['o-grid', 'o-grid--horizontal'],
'attributeList' => [
'data-js-osm-endpoint-posts' => '',
'data-js-filter-select-container' => 'osm-filter-container-' . $ID,
Expand Down

0 comments on commit 56990d5

Please sign in to comment.