Browse Source

UI fixes to Geolocation field (#4392)

One field in section takes up 2 col width instead of 1 col
version-14
Revant Nandgaonkar 7 years ago
committed by Rushabh Mehta
parent
commit
ee33c36b55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/controls/geolocation.js

+ 1
- 1
frappe/public/js/frappe/form/controls/geolocation.js View File

@@ -1,4 +1,4 @@
frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlData.extend({
frappe.ui.form.ControlGeolocation = frappe.ui.form.ControlCode.extend({
make_wrapper() { make_wrapper() {
// Create the elements for map area // Create the elements for map area
this._super(); this._super();


Loading…
Cancel
Save