From ad7f87122db887a5184ce37c010194fdf1a26ad9 Mon Sep 17 00:00:00 2001 From: testA113 <83188384+testA113@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:42:19 +1300 Subject: [PATCH] fix(tooltip): inconsistent tooltip component EE-2472 (#6508) * Fixed tooltip styling * match old tooltip styling * Match font size --- app/portainer/components/Tip/Tooltip/Tooltip.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/portainer/components/Tip/Tooltip/Tooltip.module.css b/app/portainer/components/Tip/Tooltip/Tooltip.module.css index b4185ec4d..73cc8ea94 100644 --- a/app/portainer/components/Tip/Tooltip/Tooltip.module.css +++ b/app/portainer/components/Tip/Tooltip/Tooltip.module.css @@ -11,6 +11,9 @@ border: 1px solid var(--border-tooltip-color) !important; border-radius: 0.14285714rem !important; box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important; + max-width: 200px; + text-align: center; + font-size: 12px !important; } .icon {