@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.
@@ -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: -
|
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: -
|
46
|
+
margin-top: -9px !important;
|
47
47
|
transform: translateX(0);
|
48
48
|
border-top: none;
|
49
49
|
border-top-left-radius: 0;
|