diff options
-rw-r--r-- | core/css/tooltip.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss index e96aaf23ebd..ce2720ffd2c 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; |