Skip to content

Commit

Permalink
Merge pull request #2290 from MushroomObserver/recent-stimulus-changes
Browse files Browse the repository at this point in the history
Small changes to the observation form
  • Loading branch information
nimmolo authored Aug 6, 2024
2 parents ebea988 + dcb85cf commit 231118f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/mo/_help_tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $help-block-max-width: 600px;

.help-block {
color: $WELL_FG_COLOR;
max-width: $help-block-max-width;
// max-width: $help-block-max-width;
}

.tooltip-inner {
Expand Down
4 changes: 2 additions & 2 deletions app/views/controllers/observations/form/_identify_step.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= panel_block(id: "observation_identification",
heading: "#{:IDENTIFICATION.l} + #{:NOTES.l}") do %>
<%= tag.div(class: "row mt-3") do %>
<%= tag.div(class: "col-xs-12 col-sm-6") do %>
<%= tag.div(class: "col-xs-12 col-lg-6") do %>
<% if include_naming
naming_locals = {
f: f,
Expand All @@ -20,7 +20,7 @@
<%= render(partial: "observations/form/specimen_section",
locals: { f:, action: }) %>
<% end %>
<%= tag.div(class: "col-xs-12 col-sm-6") do %>
<%= tag.div(class: "col-xs-12 col-lg-6") do %>
<%= render(partial: "shared/notes_fields",
locals: { form: f,
fields: @observation.form_notes_parts(@user) }) %>
Expand Down

0 comments on commit 231118f

Please sign in to comment.