Skip to content

Commit

Permalink
Add missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Dec 3, 2024
1 parent 8e5600b commit 3dfe2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
</div>
<% end %>
</div>

<%= append_stylesheet_pack_tag "decidim_forms_locations" %>
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def add_marker(latitude: 11.521, longitude: 5.521)

context "when markers are close" do
before do
page.driver.browser.manage.window.resize_to(1280, 1024)

Decidim::Forms::Question.first.answer_options.first.update(
geojson: '{"type":"Feature","geometry":{"type":"Point","coordinates":[12.123456789,5.12346]}}'
)
Expand Down

0 comments on commit 3dfe2d1

Please sign in to comment.