@umijs/preset-umi 4.0.30 → 4.0.32

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.
@@ -87,6 +87,9 @@
87
87
  margin-top: 20px;
88
88
  font-size: 13px;
89
89
  color: #999999;
90
+ max-width: calc(100vw - 500px);
91
+ text-align: center;
92
+ white-space: pre-wrap;
90
93
  }
91
94
 
92
95
  @keyframes fade-in-out {
@@ -185,7 +188,7 @@
185
188
  if (hasProgressDetails) {
186
189
  const details = data.bundleStatus.progresses[0].details;
187
190
  if (details.length) {
188
- progressDetails.innerHTML = details.join('<br />');
191
+ progressDetails.innerHTML = details.join('<br />');
189
192
  }
190
193
  }
191
194