mobile-config-firefox/src/userContent/policies.css
2022-01-30 11:59:57 +01:00

11 lines
282 B
CSS

/* Copyright 2022 Anri Dellal
* SPDX-License-Identifier: MPL-2.0 */
@-moz-document url("about:policies"), url-prefix("about:policies") {
@media (max-width: 830px) {
tbody.collapsible td,
.active-policies td {
word-wrap: anywhere;
}
}
}