diff options
Diffstat (limited to 'core/css/exception.scss')
-rw-r--r-- | core/css/exception.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/css/exception.scss b/core/css/exception.scss new file mode 100644 index 00000000000..2c44b54a20f --- /dev/null +++ b/core/css/exception.scss @@ -0,0 +1,13 @@ +/*! + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +li { + word-wrap: break-word; +} + +pre { + white-space: pre-wrap; + word-wrap: break-word; +} |