pdap-design-system 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdap-design-system",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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% - 76px);
549
+ height: calc(100% - 112px);
550
550
  z-index: 999;
551
551
  flex-direction: column;
552
552
  align-items: center;