From 18c5dc186f424ef07b652596e481289ec7b788b2 Mon Sep 17 00:00:00 2001 From: Iukou Siarhei <45054016+BlazarQSO@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:48:24 +0300 Subject: [PATCH] EPMRPP-93771 || The progress bar is not colored according to the opened page (#40) --- src/components/tooltip/tooltip.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tooltip/tooltip.module.scss b/src/components/tooltip/tooltip.module.scss index 0a5baad..9935981 100644 --- a/src/components/tooltip/tooltip.module.scss +++ b/src/components/tooltip/tooltip.module.scss @@ -10,7 +10,7 @@ $triangle-color: var(--rp-ui-base-almost-black-light); .tooltip-wrapper { display: block; - width: fit-content; + width: 100%; height: fit-content; cursor: pointer; }