File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Next version
9
9
- Disabled dragging plugins when changes are not allowed anyway.
10
10
- Stopped collapsing plugin initially when they contain errors.
11
11
- Added automatic scrolling while dragging plugins.
12
+ - Fixed a bug where a plugin with multiple fieldsets wouldn't collapse
13
+ completely.
12
14
13
15
14
16
7.0 (2024-05-31)
Original file line number Diff line number Diff line change @@ -157,6 +157,12 @@ h3[draggable] {
157
157
border-bottom : 1px solid var (--hairline-color );
158
158
}
159
159
160
+ .order-machine .inline-related .for-deletion > fieldset : nth-child (n + 3),
161
+ .order-machine .inline-related .collapsed > fieldset : nth-child (n + 3) {
162
+ /* grid-template-rows animates the first fieldset, all other fieldsets jump out of existence */
163
+ display : none;
164
+ }
165
+
160
166
.order-machine .inline-related .for-deletion > h3 ::after {
161
167
content : "" ;
162
168
position : absolute;
You can’t perform that action at this time.
0 commit comments