@elliemae/ds-basic 1.59.4 → 1.59.8

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
@@ -8808,7 +8808,7 @@ div.em-ds-button {
8808
8808
  align-items: center;
8809
8809
  min-width: 244px;
8810
8810
  max-height: 449px;
8811
- overflow-y: scroll;
8811
+ overflow-y: auto;
8812
8812
  padding: 4px 0;
8813
8813
  margin: 0 auto; }
8814
8814
  .em-ds-app-picker__wrapper:focus {
@@ -8849,6 +8849,7 @@ div.em-ds-button {
8849
8849
  margin: 4px;
8850
8850
  height: 68px;
8851
8851
  width: 68px;
8852
+ overflow: hidden;
8852
8853
  line-height: 1px;
8853
8854
  background-color: #fff;
8854
8855
  color: #1e79c2;
@@ -8905,9 +8906,13 @@ div.em-ds-button {
8905
8906
  font-size: 0.8461rem;
8906
8907
  font-weight: 600;
8907
8908
  word-wrap: break-word;
8909
+ text-overflow: ellipsis;
8908
8910
  margin: 4px 0;
8909
- line-height: 12px;
8910
- text-overflow: ellipsis; }
8911
+ max-width: 68px;
8912
+ display: -webkit-box;
8913
+ -webkit-line-clamp: 2;
8914
+ line-height: 13px;
8915
+ -webkit-box-orient: vertical; }
8911
8916
 
8912
8917
  .em-ds-app-picker__separator {
8913
8918
  border-top: 1px solid #E0E3E8;