@elliemae/ds-basic 2.4.4 → 2.4.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/css/dimsum.css CHANGED
@@ -2011,6 +2011,9 @@ VARIANTS
2011
2011
  box-shadow: inset 0 0 0 1px #8cc2ed;
2012
2012
  border-radius: 2px; }
2013
2013
 
2014
+ .em-ds-combobox-container > div {
2015
+ height: 100%; }
2016
+
2014
2017
  .em-ds-combobox-container.with-error .em-ds-combobox__control {
2015
2018
  outline: none;
2016
2019
  position: relative; }