@grifhinz/logics-manager 2.5.2 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.2
1
+ 2.6.0
@@ -108,8 +108,10 @@
108
108
 
109
109
  .layout--stacked .details {
110
110
  width: 100%;
111
+ max-width: none;
111
112
  min-height: 220px;
112
113
  border-top: none;
114
+ border-left: none;
113
115
  position: absolute;
114
116
  left: 0;
115
117
  right: 0;
@@ -118,6 +120,10 @@
118
120
  z-index: 2;
119
121
  }
120
122
 
123
+ .layout--stacked .details.details--collapsed {
124
+ min-height: 0;
125
+ }
126
+
121
127
  .is-resizing {
122
128
  cursor: row-resize;
123
129
  user-select: none;