mobile-config-firefox/src/userContent/policies.css
Oliver Smith 75c57aa3aa
treewide: change license to MPL-2.0
Adjust the license to be able to upstream adjustments from this
repository to upstream Firefox. I've asked all contributors if they are
fine with the license change in the related issue.

Fixes: https://gitlab.com/postmarketOS/mobile-config-firefox/-/issues/31
2022-01-30 11:59:52 +01:00

11 lines
282 B
CSS

/* Copyright 2021 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;
}
}
}