atom-nuxt 1.4.19 → 1.4.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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomengine/atom-nuxt",
3
3
  "configKey": "atomNuxt",
4
- "version": "1.4.19",
4
+ "version": "1.4.20",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -516,6 +516,7 @@ const exportAction = async () => {
516
516
  <v-col
517
517
  v-if="!hideFilters && (filters.length > 0 || isInitialLoad)"
518
518
  cols="12"
519
+ md="auto"
519
520
  :style="{
520
521
  width: mdAndUp ? `${filtersWidth}px` : undefined,
521
522
  maxWidth: mdAndUp ? `${filtersWidth}px` : undefined,
@@ -545,6 +546,7 @@ const exportAction = async () => {
545
546
  </v-col>
546
547
  <v-col
547
548
  cols="12"
549
+ md="auto"
548
550
  :style="{
549
551
  flex: mdAndUp ? '1 1 auto' : undefined
550
552
  }"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atom-nuxt",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "atomengine/atom-nuxt",
6
6
  "license": "MIT",