diff --git a/frontend/src/metabase/css/components/tippy.module.css b/frontend/src/metabase/css/components/tippy.module.css index c16e2316d39253e1b66859440cb6e3c68ebc88ad..fca05aa171a599cb64a94c482eb674fa82c504eb 100644 --- a/frontend/src/metabase/css/components/tippy.module.css +++ b/frontend/src/metabase/css/components/tippy.module.css @@ -1,3 +1,7 @@ :global(.tippy-content) { white-space: pre-wrap; } + +:global(.tippy-box) { + color: inherit; +}