@ansible/ansible-ui-framework 0.0.318 → 0.0.320

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ body {
7
7
  color: rgba(255, 255, 255, 0.7);
8
8
  line-height: 1.6em;
9
9
  background-color: rgb(27,29,33);
10
+ font-size: medium;
10
11
  }
11
12
 
12
13
  #header {
@@ -29,9 +30,15 @@ li {
29
30
  padding-bottom: 4px;
30
31
  }
31
32
 
33
+ .wrapper {
34
+ display: none;
35
+ max-width: 1024px;
36
+ }
37
+
32
38
  section {
33
39
  padding: unset;
34
- margin-top: unset;
40
+ margin: 16px;
41
+ max-width: 1024px;
35
42
  }
36
43
 
37
44
  h1 {
@@ -49,4 +56,8 @@ p {
49
56
 
50
57
  ul {
51
58
  margin-bottom: 12px;
59
+ }
60
+
61
+ code {
62
+ font-family: monospace;
52
63
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.318",
4
+ "version": "0.0.320",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {