| Index: chrome/browser/resources/translate_internals/translate_internals.css
|
| diff --git a/chrome/browser/resources/history/alert_overlay.css b/chrome/browser/resources/translate_internals/translate_internals.css
|
| similarity index 52%
|
| copy from chrome/browser/resources/history/alert_overlay.css
|
| copy to chrome/browser/resources/translate_internals/translate_internals.css
|
| index c843149f99d0bfb95e129a4a97381abd448561cc..cfb2611b84487f5a653f57ac4bb1a0b465b76c57 100644
|
| --- a/chrome/browser/resources/history/alert_overlay.css
|
| +++ b/chrome/browser/resources/translate_internals/translate_internals.css
|
| @@ -2,19 +2,8 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -.overlay .page .button-strip > button {
|
| - min-width: 7em;
|
| -}
|
| -
|
| -.overlay {
|
| - z-index: 3;
|
| -}
|
| -
|
| -#alertOverlayMessage {
|
| - width: 400px;
|
| -}
|
| -
|
| -#alertOverlayMessage {
|
| +#tabpanel-prefs p {
|
| + font-family: monospace;
|
| + text-wrap: unrestricted;
|
| white-space: pre-wrap;
|
| - word-wrap: break-word;
|
| -}
|
| +}
|
|
|