@quidgest/ui 0.16.63 → 0.16.65

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.16.63",
2
+ "version": "0.16.65",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
package/dist/ui.css CHANGED
@@ -3111,6 +3111,9 @@ body *::-webkit-scrollbar-track {
3111
3111
  .q-dropdown-menu__body .q-list-item-group {
3112
3112
  padding: 0.25rem;
3113
3113
  }
3114
+ .q-dropdown-menu__body .q-list-item-group + .q-list-item-group {
3115
+ margin-top: 0;
3116
+ }
3114
3117
  .q-dropdown-menu__extra {
3115
3118
  margin-left: auto;
3116
3119
  display: flex;