@mythpe/quasar-ui-qui 0.3.17 → 0.3.18

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1476,7 +1476,7 @@ defineExpose({
1476
1476
  >
1477
1477
  <q-card class="m-dialog-card">
1478
1478
  <q-card-section ref="formTitle">
1479
- <q-toolbar :class="{'q-pa-none': isSmall}">
1479
+ <q-toolbar :class="['m-container__fluid', {'q-pa-none': isSmall}]">
1480
1480
  <slot
1481
1481
  :dt="datatableItemsScope"
1482
1482
  :form="useFormContext"
@@ -1559,7 +1559,7 @@ defineExpose({
1559
1559
  <q-card-actions
1560
1560
  ref="formActions"
1561
1561
  align="between"
1562
- class="m-datatable-form-actions print-hide"
1562
+ class="m-datatable-form-actions print-hide m-container__fluid"
1563
1563
  >
1564
1564
  <slot
1565
1565
  :dt="datatableItemsScope"
@@ -1,11 +1,6 @@
1
1
  $m-container-padding: $space-base !default
2
2
  $m-container-fluid-width: 1440px !default
3
3
 
4
- .m-form__container
5
- max-width: $m-container-fluid-width
6
- margin-left: auto
7
- margin-right: auto
8
-
9
4
  .m-container
10
5
  &__dense
11
6
  padding: 0