@rh-support/troubleshoot 2.2.131-beta.2 → 2.2.131-beta.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.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.timeline {
|
|
6
6
|
position: relative;
|
|
7
7
|
max-width: 100%;
|
|
8
|
-
margin:
|
|
8
|
+
margin: 24px auto;
|
|
9
9
|
padding: 0 20px;
|
|
10
10
|
}
|
|
11
11
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
/* This value is calculated in timeline.tsx */
|
|
27
27
|
bottom: calc(var(--timeline-bottom) + var(--timeline-bottom-offset, 18.35%));
|
|
28
|
-
left: calc(
|
|
28
|
+
left: calc(15% + 15px);
|
|
29
29
|
transform: translateX(-50%);
|
|
30
30
|
}
|
|
31
31
|
|
|
@@ -84,13 +84,14 @@
|
|
|
84
84
|
justify-content: space-between;
|
|
85
85
|
align-items: flex-start;
|
|
86
86
|
position: relative;
|
|
87
|
-
margin-bottom:
|
|
87
|
+
margin-bottom: 32px;
|
|
88
88
|
min-height: 80px;
|
|
89
|
+
max-height: 1em;
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.timeline-avatar {
|
|
92
93
|
position: absolute;
|
|
93
|
-
left: calc(
|
|
94
|
+
left: calc(15% + 15px);
|
|
94
95
|
transform: translateX(-91%);
|
|
95
96
|
top: 12px;
|
|
96
97
|
z-index: 5;
|
|
@@ -103,15 +104,17 @@
|
|
|
103
104
|
width: 10px;
|
|
104
105
|
height: 10px;
|
|
105
106
|
z-index: 2;
|
|
106
|
-
left: calc(
|
|
107
|
+
left: calc(15% + 15px);
|
|
107
108
|
transform: translateX(-195%);
|
|
108
109
|
top: 25px;
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
.left-node {
|
|
112
|
-
flex: 0 0
|
|
113
|
-
max-width:
|
|
113
|
+
flex: 0 0 15%;
|
|
114
|
+
max-width: 20%;
|
|
114
115
|
padding-right: 24px;
|
|
116
|
+
margin-left: -2em;
|
|
117
|
+
margin-right: 24px;
|
|
115
118
|
}
|
|
116
119
|
|
|
117
120
|
.content-date-left-history {
|
|
@@ -131,6 +134,8 @@
|
|
|
131
134
|
text-align: right;
|
|
132
135
|
line-height: 30px;
|
|
133
136
|
padding-left: 1em;
|
|
137
|
+
white-space: nowrap;
|
|
138
|
+
overflow: hidden;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
.content-date-right-history {
|
|
@@ -156,6 +161,7 @@
|
|
|
156
161
|
.right-node {
|
|
157
162
|
flex-grow: 1;
|
|
158
163
|
padding-left: 2.8%;
|
|
164
|
+
margin-left: 1%;
|
|
159
165
|
}
|
|
160
166
|
|
|
161
167
|
.right-node::before {
|
|
@@ -202,7 +208,7 @@
|
|
|
202
208
|
padding: 16px;
|
|
203
209
|
/* position: absolute; */
|
|
204
210
|
border-radius: 3px;
|
|
205
|
-
margin-bottom: 32px;
|
|
211
|
+
/* margin-bottom: 32px; */
|
|
206
212
|
}
|
|
207
213
|
|
|
208
214
|
.content-right-history {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.131-beta.
|
|
3
|
+
"version": "2.2.131-beta.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"defaults and supports es6-module",
|
|
133
133
|
"maintained node versions"
|
|
134
134
|
],
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "bd43d3f2cde9b0f60e949baf99ba470fa612ef34"
|
|
136
136
|
}
|