Index: chrome/browser/resources/translate_internals/translate_internals.css |
diff --git a/chrome/browser/resources/translate_internals/translate_internals.css b/chrome/browser/resources/translate_internals/translate_internals.css |
index 40ae8cc3ae4b7c6af3807c141848b10aaeffa030..facd4d247b09189fe6d420b68466d44abd1af799 100644 |
--- a/chrome/browser/resources/translate_internals/translate_internals.css |
+++ b/chrome/browser/resources/translate_internals/translate_internals.css |
@@ -38,7 +38,6 @@ tabpanel > div > div { |
.dump { |
font-family: monospace; |
- text-wrap: unrestricted; |
white-space: pre-wrap; |
} |
@@ -62,11 +61,11 @@ tabpanel > div > div { |
} |
.detection-logs-time { |
- width: 20%; |
+ width: 15%; |
} |
.detection-logs-url { |
- width: 40%; |
+ width: 20%; |
} |
td.detection-logs-url { |
@@ -89,6 +88,18 @@ td.detection-logs-url { |
width: 10%; |
} |
+.detection-logs-content { |
+ width: 25%; |
+} |
+ |
+td.detection-logs-content div { |
+ font-family: monospace; |
+ max-height: 250px; |
+ overflow: auto; |
+ white-space: pre-wrap; |
+ word-wrap: break-word; |
+} |
+ |
.error-logs-time { |
width: 20%; |
} |