pdap-design-system 1.0.2 → 1.0.3

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": "pdap-design-system",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Global styles for PDAP apps",
5
5
  "main": "system/css/global-styles.css",
6
6
  "directories": {
@@ -546,7 +546,7 @@ strong {
546
546
  top: 100%;
547
547
  left: 0;
548
548
  width: 100%; /* Full width */
549
- height: calc(100% - 112px);
549
+ height: calc(100% - 76px);
550
550
  z-index: 999;
551
551
  flex-direction: column;
552
552
  align-items: center;