diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-04-20 08:39:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 08:39:06 +0200 |
commit | ee4b6a7e80894aba7e548e040f628991ed96b678 (patch) | |
tree | f2d910b847740d77a9884763587cf9a70ac106ca /core | |
parent | 16361bed5e34060c09bbb454a005a55a1cf51a5f (diff) | |
download | nextcloud-server-ee4b6a7e80894aba7e548e040f628991ed96b678.tar.gz nextcloud-server-ee4b6a7e80894aba7e548e040f628991ed96b678.zip |
Cancel initial changes
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 8edae034a0c..7a881297488 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -803,10 +803,7 @@ code { } tr:last-child td { border-bottom: none; - } - tr[data-entryname^="."] { - display: none; - } + } .filename { overflow: hidden; white-space: nowrap; |