halleyx-ui-framework 11.3.63 → 11.3.65

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.
@@ -814,7 +814,9 @@ button {
814
814
  .option {
815
815
  font-family: var(--hlx-font-type-content);
816
816
  width: 100%;
817
- height: 30px;
817
+ min-height: 30px;
818
+ max-height: auto;
819
+ // height: 30px;
818
820
  text-align: left;
819
821
  display: flex;
820
822
  align-items: center;
@@ -1223,7 +1225,7 @@ button {
1223
1225
  }
1224
1226
 
1225
1227
  .tagimagecontainer{
1226
- width:100%;
1228
+ width:94%;
1227
1229
  height:100%;
1228
1230
  padding-left:12px;
1229
1231
  font-size: 14px;