Kaynağa Gözat

wrap preflight text (#4348)

d-g-town 2 yıl önce
ebeveyn
işleme
29fd37cb3b
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      dashboard/src/components/porter/Error.tsx

+ 3 - 0
dashboard/src/components/porter/Error.tsx

@@ -70,6 +70,7 @@ export default Error;
 
 
 const Block = styled.div`
 const Block = styled.div`
   display: block;
   display: block;
+  max-width: 100%;
 `;
 `;
 
 
 const Underline = styled.span`
 const Underline = styled.span`
@@ -114,6 +115,7 @@ const ErrorMessageLabel = styled.span`
   margin-left: 10px;
   margin-left: 10px;
   color: #9999aa;
   color: #9999aa;
   user-select: text;
   user-select: text;
+  display: inline;
 `;
 `;
 const ErrorMessageContent = styled.div`
 const ErrorMessageContent = styled.div`
   font-family: "Courier New", Courier, monospace;
   font-family: "Courier New", Courier, monospace;
@@ -123,4 +125,5 @@ const ErrorMessageContent = styled.div`
   user-select: text;
   user-select: text;
   cursor: text;
   cursor: text;
   color: #9999aa;
   color: #9999aa;
+  display: inline;
 `;
 `;