diff --git a/README.md b/README.md index 3c5a727c..d989e14d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # noUiSlider -_Current version: 4.0.2_ +_Current version: 4.0.3_ noUiSlider is a super tiny jQuery plugin that allows you to create range sliders. It fully supports touch, and it is way(!) less bloated than the jQueryUI library. @@ -9,6 +9,9 @@ A full documentation, including examples, is available on the [noUiSlider docume Changes ------- +**Changelog for version 4.0.3:** ++ Missed a file while updating to 4.0.2. + **Changelog for version 4.0.2:** _[current patch release]_ + Fixed some minor CSS issues in the default theme diff --git a/jquery.nouislider.css b/jquery.nouislider.css index 7c89a0aa..d7c6a742 100644 --- a/jquery.nouislider.css +++ b/jquery.nouislider.css @@ -23,6 +23,7 @@ * width or height on the slider. */ .noUi-base { + width: 100%; height: 40px; position: relative; max-width: 100%; @@ -90,6 +91,7 @@ */ .noUi-vertical { width: 40px; + height: 100%; } .noUi-vertical .noUi-origin { bottom: 0; diff --git a/nouislider.jquery.json b/nouislider.jquery.json index 17e65b11..638b294a 100644 --- a/nouislider.jquery.json +++ b/nouislider.jquery.json @@ -16,7 +16,7 @@ "url": "http://refreshless.com/nouislider/license.txt" } ], - "version": "4.0.2", + "version": "4.0.3", "author": { "name": "Léon Gersen", "url": "https://twitter.com/LeonGersen"