Skip to content

Commit

Permalink
Merge pull request #46 from helsingborg-stad/fix/hide-full-post-from-…
Browse files Browse the repository at this point in the history
…start

fix: hide full post from start
  • Loading branch information
NiclasNorin authored Aug 1, 2024
2 parents 0c44588 + be627de commit 974aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/modal.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="c-openstreetmap__post-full" role="dialog" aria-hidden="true" aria-labelledby="osm-{{$place->id}}-title" data-js-osm-full-post="osm-{{$place->id}}">
<div class="c-openstreetmap__post-full u-display--none" role="dialog" aria-hidden="true" aria-labelledby="osm-{{$place->id}}-title" data-js-osm-full-post="osm-{{$place->id}}">

<div class="c-openstreetmap__button-back-container">
@icon([
Expand Down

0 comments on commit 974aec2

Please sign in to comment.