Skip to content

Commit 4b0347d

Browse files
committed
Forgot to update css
1 parent 46e5166 commit 4b0347d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# noUiSlider
2-
_Current version: 4.0.2_
2+
_Current version: 4.0.3_
33

44
noUiSlider is a super tiny jQuery plugin that allows you to create range sliders.
55
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
99
Changes
1010
-------
1111

12+
**Changelog for version 4.0.3:**
13+
+ Missed a file while updating to 4.0.2.
14+
1215
**Changelog for version 4.0.2:**
1316
_[current patch release]_
1417
+ Fixed some minor CSS issues in the default theme

jquery.nouislider.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* width or height on the slider.
2424
*/
2525
.noUi-base {
26+
width: 100%;
2627
height: 40px;
2728
position: relative;
2829
max-width: 100%;
@@ -90,6 +91,7 @@
9091
*/
9192
.noUi-vertical {
9293
width: 40px;
94+
height: 100%;
9395
}
9496
.noUi-vertical .noUi-origin {
9597
bottom: 0;

nouislider.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "http://refreshless.com/nouislider/license.txt"
1717
}
1818
],
19-
"version": "4.0.2",
19+
"version": "4.0.3",
2020
"author": {
2121
"name": "Léon Gersen",
2222
"url": "https://twitter.com/LeonGersen"

0 commit comments

Comments
 (0)