@eclipse-scout/chart 22.0.0-beta.5 → 22.0.2

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.
@@ -4647,10 +4647,11 @@ text.venn-legend {
4647
4647
  .select-data {
4648
4648
  position: relative;
4649
4649
  height: 30px;
4650
- width: calc(100% - 8px);
4651
- margin: 0 4px 2px;
4650
+ width: calc(100% - 6px);
4651
+ margin: 0 3px 2px;
4652
4652
  padding-left: 8px;
4653
4653
  padding-right: 20px;
4654
+ padding-top: 1px;
4654
4655
  border-radius: 3px;
4655
4656
  cursor: pointer;
4656
4657
  line-height: 30px;