nextcloud/core/css/exception.scss
Ferdinand Thiessen 7ff0804e90
chore: adjust styles for new stylelint config
- replace renamed `word-wrap` with new name `overflow-wrap` (CSS3)
- use extensions for `@use`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-19 15:33:39 +01:00

13 lines
225 B
SCSS

/*!
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
li {
overflow-wrap: break-word;
}
pre {
white-space: pre-wrap;
overflow-wrap: break-word;
}