diff options
Diffstat (limited to 'apps/files_trashbin/src/trashbin.scss')
-rw-r--r-- | apps/files_trashbin/src/trashbin.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_trashbin/src/trashbin.scss b/apps/files_trashbin/src/trashbin.scss new file mode 100644 index 00000000000..d0e48e52278 --- /dev/null +++ b/apps/files_trashbin/src/trashbin.scss @@ -0,0 +1,7 @@ +/*! + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +.files-list__row-trashbin-original-location { + width: 150px !important; +} |