diff --git a/src/css/sidebar.scss b/src/css/sidebar.scss index c68f4c47e..5c2371f30 100644 --- a/src/css/sidebar.scss +++ b/src/css/sidebar.scss @@ -25,6 +25,10 @@ color: #fff; background: #f27506; border-radius: 3px; + // This is here on purpose. Sometimes text-indent is applied on the parent + // element and gets inherited by the PRO label, which it is not supposed + // to do: + text-indent: 0; } }