pcm-shared-components 2.0.96 → 2.0.97

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.
@@ -147,8 +147,15 @@ https://stackoverflow.com/questions/54170313/how-to-make-the-react-day-picker-wi
147
147
 
148
148
  height: 100px !important;
149
149
  border-top: solid #ededed 1px;
150
-
150
+ height: 100px !important;
151
+
151
152
  }
153
+ @media screen and (max-width: 800px) {
154
+ .rdp-row {
155
+ height: 70px !important;
156
+ }
157
+ }
158
+
152
159
 
153
160
  .rdp-cell{
154
161
  /* padding: 12px !important; */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.96",
3
+ "version": "2.0.97",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {