Skip to content

Commit

Permalink
Change CSS class name from .observation-form-map to .form-map
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 4, 2024
1 parent 70c5e95 commit e3ebce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/mo/_maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// thumbnail & google map styles
//

.observation-form-map {
.form-map {
height: 400px;
width: 100%;
background-position: center center;
Expand Down
2 changes: 1 addition & 1 deletion app/views/controllers/observations/form/_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ t_s = {
id: "observation_geolocation") do %>
<%= tag.div(
"", id: "observation_form_map",
class: "observation-form-map collapse",
class: "form-map collapse",
data: { indicator_url: asset_path('indicator.gif'),
location_format: User.current_location_format,
map_target: "mapDiv", editable: true,
Expand Down

0 comments on commit e3ebce2

Please sign in to comment.