Skip to content

Commit f476923

Browse files
committed
v1.1.1
1 parent fdcf3ff commit f476923

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="1.1.0",
8+
version="1.1.1",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",

streamfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "streamfield"
2-
VERSION = '1.1.0'
2+
VERSION = '1.1.1'

streamfield/static/streamfield/css/streamfield_widget.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
}
55

66
.streamfield_app textarea {
7-
position: absolute;
8-
left: 10000px;
7+
display: none;
98
}
109

1110
.streamfield_app p {

0 commit comments

Comments
 (0)