mirror of
https://github.com/nextcloud/server.git
synced 2024-11-14 04:16:59 +00:00
ce7b331d33
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
14 lines
217 B
SCSS
14 lines
217 B
SCSS
/*!
|
|
* 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;
|
|
}
|