Bug 1940967 - Vendor glean_parser v16.2.0 r=TravisLong,mach-reviewers,ahal
[gecko.git] / security / manager / pki / resources / content / exceptionDialog.css
blobb2c8eb7a7b0c70ca0e62cbaf061348cd68e910e9
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 :root {
6 max-width: 40em;
7 min-width: 35em;
10 #warningSupplemental,
11 .description {
12 font-weight: bold;
15 .longDescription {
16 padding-bottom: 1em;
19 #warningText,
20 #warningSupplemental,
21 #headerDescription,
22 .longDescription {
23 /* Don't let these affect the min horizontal size of the dialog */
24 contain: inline-size;
25 white-space: pre-wrap;
28 .description:empty,
29 .longDescription:empty {
30 display: none;
33 #locationTextBox {
34 flex: 1;