From c26963a247573747faf27384585efd997c88795e Mon Sep 17 00:00:00 2001 From: randompearl-stack Date: Tue, 11 Jun 2024 11:32:49 -0700 Subject: [PATCH] don't clip off "account has violated tos" marker --- ui/common/css/component/_power-tip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/common/css/component/_power-tip.scss b/ui/common/css/component/_power-tip.scss index 44a511609f4cf..bc14800365541 100644 --- a/ui/common/css/component/_power-tip.scss +++ b/ui/common/css/component/_power-tip.scss @@ -25,7 +25,7 @@ height: 83px; body.no-rating & { - height: 30px; + height: unset; } padding: 0.4em 0.5em 0.3em 0.5em; border-bottom: $border;