mapseed/platform

Replace the spacing hack with CSS

Closed this issue · 2 comments

In our "place-form" template under src/sa_web/jstemplates/place-form.html, ~line 94, we have a line like this:

            </div>
            <!-- TODO Use custom whitespace via CSS instead of p tags -->
            <p></p>
            {{/ place_config.items }}
          </fieldset>

We should replace <p></p> with a css solution that isn't as big of a space.

Let me know if this works for you, Luke!

@MitchLillie Thanks for the help, this works great! Closing this issue now 😃