mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-15 05:40:14 +00:00
12 lines
291 B
CSS
12 lines
291 B
CSS
|
/* Copyright 2021 Anri Dellal
|
||
|
SPDX-License-Identifier: GPL-3.0-or-later */
|
||
|
|
||
|
@-moz-document url("about:policies"), url-prefix("about:policies") {
|
||
|
@media (max-width: 830px) {
|
||
|
tbody.collapsible td,
|
||
|
.active-policies td {
|
||
|
word-wrap: anywhere;
|
||
|
}
|
||
|
}
|
||
|
}
|