mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-14 21:30:16 +00:00
75c57aa3aa
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
11 lines
282 B
CSS
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;
|
|
}
|
|
}
|
|
}
|