nextcloud/core/css/exception.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
217 B
SCSS
Raw Normal View History

/*!
* 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;
}