pcm-shared-components 2.0.167 → 2.0.169

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.
@@ -11,6 +11,11 @@
11
11
  background: linear-gradient(to right, rgb(70, 83, 52) 0%, #526B33 100%) !important;
12
12
  }
13
13
 
14
+ /* Override the grid drop down so it's not long when in vertical mode so the next calendar button are always near the bottom of the dropdown */
15
+ [data-testid="MonthGrid"] {
16
+ height: 100% !important; /* Adjust as necessary */
17
+ }
18
+
14
19
 
15
20
  .back_blocks_small{
16
21
  background-color:#f1632f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.167",
3
+ "version": "2.0.169",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {