diff --git a/toolkit/components/prompts/content/tabprompts.css b/toolkit/components/prompts/content/tabprompts.css index 0dfad291ead..69894759929 100644 --- a/toolkit/components/prompts/content/tabprompts.css +++ b/toolkit/components/prompts/content/tabprompts.css @@ -12,13 +12,13 @@ tabmodalprompt { .info\.body { max-width: 45em; -} - -.infoContainer { -moz-user-focus: normal; -moz-user-select: text; cursor: text !important; white-space: pre-wrap; +} + +.infoContainer { max-height: 10em; overflow-y: auto; }