@usssa/component-library 1.0.0-alpha.25 → 1.0.0-alpha.26

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": "@usssa/component-library",
3
- "version": "1.0.0-alpha.25",
3
+ "version": "1.0.0-alpha.26",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Troy Moreland <troy.moreland@usssa.com>",
@@ -62,7 +62,7 @@ const onRowChange = (newRowPerPage) => {
62
62
  />
63
63
 
64
64
  <USelectStd
65
- class="q-gutter-x-sm text-body-sm"
65
+ class="q-gutter-x-sm text-body-sm perpage-dropdown"
66
66
  v-model="rowPerPage"
67
67
  color="primary"
68
68
  :options="perPageOptions"
@@ -74,7 +74,16 @@ const onRowChange = (newRowPerPage) => {
74
74
 
75
75
  <style lang="sass">
76
76
  .pagination-dropdown
77
- width: auto
77
+ width: auto !important
78
+
79
+ .perpage-dropdown
80
+ width: 9.375rem
81
+ .q-field__marginal
82
+ padding-left: $xs
83
+ .q-field--outlined .q-field__control
84
+ display: inline-flex
85
+ width: 8.75rem
86
+
78
87
  .u-pagination
79
88
  .q-icon
80
89
  font-size: $ba