RubyGems
npm
Organizations
Log in
Sign up
npm
pdap-design-system
Versions diffs
1.0.2 → 1.0.3
pdap-design-system 1.0.2 → 1.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/system/css/global-styles.css
+1
-1
package/package.json
CHANGED
Viewed
@@ -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": {
package/system/css/global-styles.css
CHANGED
Viewed
@@ -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;