From 70b05cbd307db2aaa453de3d02061baa2c6158b5 Mon Sep 17 00:00:00 2001 From: Joao Conde <16060539+joao-conde@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:04:46 +0000 Subject: [PATCH] fix: max width tooltip --- site/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/styles.css b/site/styles.css index 6ba63ba..594a866 100644 --- a/site/styles.css +++ b/site/styles.css @@ -78,7 +78,7 @@ h3 { .tooltip .tooltip-text { visibility: hidden; - max-width: 500px; + max-width: 70%; width: 500px; background-color: rgba(92, 103, 143, 0.8); color: white;