@enki-tek/fms-web-components 0.0.77 → 0.0.78

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  :global(.dropdown-custom .dropdown-menu-custom) {
38
- margin-top: -13px !important;
38
+ margin-top: -9px !important;
39
39
  transform: translateX(0);
40
40
  border-top: none;
41
41
  border-top-left-radius: 0;
@@ -50,7 +50,7 @@ export let title = "Dropdowns";
50
50
  background-color: #ffffff;
51
51
  }
52
52
  :global(.dropdown-custom .dropdown-menu-custom) {
53
- margin-top: -13px !important;
53
+ margin-top: -9px !important;
54
54
  transform: translateX(0);
55
55
  border-top: none;
56
56
  border-top-left-radius: 0;
@@ -43,7 +43,7 @@ export let disabled = false;
43
43
  background-color: #ffffff;
44
44
  }
45
45
  :global(.dropdown-custom .dropdown-menu-custom) {
46
- margin-top: -13px !important;
46
+ margin-top: -9px !important;
47
47
  transform: translateX(0);
48
48
  border-top: none;
49
49
  border-top-left-radius: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",