@vue-interface/dropdown-menu 2.0.0-beta.20 → 2.0.0-beta.21
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 +1 -1
- package/tailwindcss/index.cjs +1 -1
package/package.json
CHANGED
package/tailwindcss/index.cjs
CHANGED
|
@@ -100,7 +100,7 @@ module.exports = plugin(function({ addComponents, theme }) {
|
|
|
100
100
|
// Dividers (basically an `<hr>`) within the dropdown
|
|
101
101
|
'.dropdown-divider, & > hr': {
|
|
102
102
|
height: 0,
|
|
103
|
-
margin: 'calc(.
|
|
103
|
+
margin: 'calc(.5rem / 2) 0',
|
|
104
104
|
overflow: 'hidden',
|
|
105
105
|
borderTop: `1px solid ${theme('colors.neutral.200', colors.neutral[200])}`,
|
|
106
106
|
|