@elliemae/ds-basic 3.21.0-next.6 → 3.21.0-next.7
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/dist/css/dimsum.css
CHANGED
|
@@ -8231,7 +8231,9 @@ body > .em-ds-tree-item {
|
|
|
8231
8231
|
.em-ds-tree-item .expandable-arrow {
|
|
8232
8232
|
margin-left: 8px;
|
|
8233
8233
|
width: 16px;
|
|
8234
|
-
height: 16px;
|
|
8234
|
+
height: 16px;
|
|
8235
|
+
min-width: unset;
|
|
8236
|
+
border: none; }
|
|
8235
8237
|
.em-ds-tree-item-checkbox {
|
|
8236
8238
|
width: 16px;
|
|
8237
8239
|
height: 16px; }
|