@annalib/anna-core 11.1.0 → 11.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "11.1.0",
3
+ "version": "11.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",
@@ -1,6 +1,5 @@
1
1
  @import "./colors", "./fonts";
2
2
 
3
- //Common styling
4
3
  #dropdown-trigger {
5
4
  height: 1.875rem;
6
5
  background: white;
@@ -29,6 +28,7 @@
29
28
  .icon {
30
29
  font-size: 1.125rem;
31
30
  float: right;
31
+ margin-left: auto;
32
32
  }
33
33
 
34
34
  .search-bar {
@@ -61,7 +61,6 @@ ul {
61
61
  padding-bottom: 0;
62
62
  margin-bottom: 0;
63
63
  max-height: calc(50vh - 80px) !important;
64
- // min-heightw: 70px;
65
64
  }
66
65
 
67
66
  li {
@@ -126,4 +125,8 @@ span.selected-item{
126
125
  min-height: 30px !important;
127
126
  overflow-y: hidden;
128
127
  max-height: 50vh;
129
- }
128
+ .mat-menu-content:not(:empty) {
129
+ padding-top: 0;
130
+ padding-bottom: 0;
131
+ }
132
+ }