diff --git a/platformtour/public/css/platformtour.css b/platformtour/public/css/platformtour.css index 2aba35e..2e6bce3 100644 --- a/platformtour/public/css/platformtour.css +++ b/platformtour/public/css/platformtour.css @@ -138,8 +138,7 @@ tr.introjs-showElement > th { position: absolute; padding: 10px; background-color: white; - min-width: 200px; - max-width: 300px; + width: 300px; border-radius: 3px; box-shadow: 0 1px 10px rgba(0,0,0,.4); -webkit-transition: opacity 0.1s ease-out; diff --git a/setup.py b/setup.py index 74b6883..c6708ed 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def package_data(pkg, roots): setup( name='xblock-platform-tour', - version='1.0.3', + version='1.0.4', description=('This xblock makes it easy for instructors to build a custom tour' ' of the platform and their specific course.'), license='AGPL v3',