@tacktext/widget 0.1.15 → 0.1.16
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1678,7 +1678,7 @@
|
|
|
1678
1678
|
/* Dropdown menu */
|
|
1679
1679
|
.tack-card-dropdown {
|
|
1680
1680
|
position: absolute;
|
|
1681
|
-
top:
|
|
1681
|
+
top: 44px;
|
|
1682
1682
|
right: 8px;
|
|
1683
1683
|
background: white;
|
|
1684
1684
|
border: 1px solid #E4E4E7;
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
padding: 4px;
|
|
1769
1769
|
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
|
|
1770
1770
|
position: absolute;
|
|
1771
|
-
top:
|
|
1771
|
+
top: 44px;
|
|
1772
1772
|
right: 8px;
|
|
1773
1773
|
z-index: 10;
|
|
1774
1774
|
}
|