1
0

exception.scss 217 B

12345678910111213
  1. /*!
  2. * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. li {
  6. word-wrap: break-word;
  7. }
  8. pre {
  9. white-space: pre-wrap;
  10. word-wrap: break-word;
  11. }