@elliemae/ds-basic 2.3.0-next.8 → 2.3.0-rc.3

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/css/dimsum.css CHANGED
@@ -9206,7 +9206,8 @@ body > .em-ds-tree-item {
9206
9206
  .nested-main-group {
9207
9207
  position: relative;
9208
9208
  display: flex;
9209
- flex-direction: row; }
9209
+ flex-direction: row;
9210
+ min-width: 640px; }
9210
9211
  .nested-main-group .nestable {
9211
9212
  flex: 1; }
9212
9213
  .nested-main-group .nestable-list {