Bläddra i källkod

merge pr #70

tags/2.6.0
Caven Chen 4 år sedan
förälder
incheckning
d9bf2614c2
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      modules/themes/mapswitch.scss
  2. 1
    1
      modules/widget/type/MapSwitch.js

+ 1
- 1
modules/themes/mapswitch.scss Visa fil

@@ -39,7 +39,7 @@
}
}
&:last-child {
margin-right: 0px !important;
margin-right: 0 !important;
}
}
}

+ 1
- 1
modules/widget/type/MapSwitch.js Visa fil

@@ -45,7 +45,7 @@ class MapSwitch extends Widget {
let width = 80
let rightMargin = 5
if (self._cache.length > 0) {
width = self._cache.length * (width+rightMargin) - rightMargin
width = self._cache.length * (width + rightMargin) - rightMargin
}
this._wrapper.style.width = `${width}px`
}

Laddar…
Avbryt
Spara