Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorGit'Fellow <carlos@reendex.com>2022-05-05 20:26:31 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-05-05 20:39:38 +0300
commitc57fc7918f52a6e2afb1cb2c33b7f3f9889cd3e1 (patch)
tree90b21660b05c3f38b36e9c2e35aef6dba4916250 /core
parenteabfd20e16cd59e931a6c224d6ff00089a625258 (diff)
Fix indentationtooltip-overflow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/tooltip.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss
index ce2720ffd2c..5af24032064 100644
--- a/core/css/tooltip.scss
+++ b/core/css/tooltip.scss
@@ -28,7 +28,7 @@
word-break: normal;
word-spacing: normal;
word-wrap: normal;
- overflow-wrap: anywhere;
+ overflow-wrap: anywhere;
font-size: 12px;
opacity: 0;
z-index: 100000;