Skip to content

Commit

Permalink
fixed problem with alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Jul 2, 2019
1 parent 6f7c094 commit ef2ddcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
width: 70%;
margin: 0.3%;
}

.mapboxgl-canvas {
right: 1px;
}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setup(
name='django-mapbox-location-field',
version='0.1.5',
version='0.1.6',
packages=["mapbox_location_field"],
include_package_data=True,
license='MIT License',
description='location field with MapInput widget for picking some location',
long_description=README,
long_description_content_type="text/markdown",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v0.1.5.tar.gz",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v0.1.6.tar.gz",
url='https://github.com/Simon-the-Shark/django-mapbox-location-field',
author='Szymon Kowaliński',
author_email='simonrekin@gmail.com',
Expand Down

0 comments on commit ef2ddcb

Please sign in to comment.