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 /* Good enough support for equalsize=always for the cert manager use cases.
6 * You probably shouldn't use this as-is elsewhere, this selector is somewhat
7 * slow, it relies on stuff having display: flex, and you probably can use
8 * something simpler if you need this */
9 [equalsize
="always"] > * {
16 width: 0; /* Don't let intrinsic sizes affect our minimum size. */
20 /* This prevents horizontal scrollbars due to <tree> and non-XUL layout
25 /* This matches the <tree> height from dialog.css */