From c57fc7918f52a6e2afb1cb2c33b7f3f9889cd3e1 Mon Sep 17 00:00:00 2001 From: Git'Fellow Date: Thu, 5 May 2022 19:26:31 +0200 Subject: [PATCH] Fix indentation Signed-off-by: nextcloud-command --- core/css/tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5