pdap-design-system 1.0.5 → 1.0.6

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.5",
3
+ "version": "1.0.6",
4
4
  "description": "Global styles for PDAP apps",
5
5
  "main": "system/css/global-styles.css",
6
6
  "directories": {
@@ -296,7 +296,7 @@ p {
296
296
  margin-bottom: 15px;
297
297
  }
298
298
 
299
- p {
299
+ p, li {
300
300
  max-width: 43ch;
301
301
  }
302
302
 
@@ -479,7 +479,7 @@ strong {
479
479
  align-items: center;
480
480
  }
481
481
 
482
- .small p, p.small {
482
+ .small p, p.small, .small li {
483
483
  font-size:20px;
484
484
  }
485
485