From 678df7627b4348766a2f217d99d7f9d9d1dcee67 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 26 Jul 2020 17:24:20 +0200 Subject: [PATCH] Fix tooltip messing up the width of a page on mobile in some edge cases --- css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 98dde27f..9bb24965 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4659,6 +4659,10 @@ input.accordion[type=radio]:checked + label::after { margin: 1rem 0; } +[data-tooltip]:before { + width: 0; +} + } @@ -4667,4 +4671,3 @@ input.accordion[type=radio]:checked + label::after { -