@vue-interface/dropdown-menu 2.0.0-beta.19 → 2.0.0-beta.20

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": "@vue-interface/dropdown-menu",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.20",
4
4
  "description": "A Vue dropdown menu component.",
5
5
  "files": [
6
6
  "dist",
@@ -45,7 +45,7 @@ module.exports = plugin(function({ addComponents, theme }) {
45
45
  // Links, buttons, and more within the dropdown menu
46
46
  //
47
47
  // `<button>`-specific styles are denoted with `// For <button>s`
48
- '.dropdown-item, & > :not(.dropdown-header, .dropdown-item-text, .dropdown-item-plain, .dropdown-divider)': {
48
+ '.dropdown-item, & > :not(hr, .dropdown-header, .dropdown-item-text, .dropdown-item-plain, .dropdown-divider)': {
49
49
  display: 'flex',
50
50
  width: '100%', // For `<button>`s
51
51
  padding: '.25rem 1rem',