Skip to content

Commit 908b542

Browse files
committed
fix. collapse options 1.4.2
1 parent 7c5bec4 commit 908b542

3 files changed

Lines changed: 4 additions & 3 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.4.1",
8+
version="1.4.2",
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.4.1'
2+
VERSION = '1.4.2'

streamfield/static/streamfield/css/streamfield_widget.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
background-image: none;
2020
}
2121

22-
.streamfield_app .streamfield-models.collapsed .stream-model-block__content {
22+
.streamfield_app .streamfield-models.collapsed .stream-model-block__content,
23+
.streamfield_app .streamfield-models.collapsed .stream-block__options {
2324
display: none;
2425
}
2526
.streamfield_app .streamfield-models.collapsed .stream-model-block {

0 commit comments

Comments
 (0)