Index: gc_lang/fr/webext/content_scripts/panel_gc.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_gc.css +++ gc_lang/fr/webext/content_scripts/panel_gc.css @@ -150,20 +150,21 @@ } #grammalecte_tooltip_sugg_block { padding: 10px; background-color: hsl(210, 10%, 96%); border-radius: 0 0 2px 2px; - line-height: 20px; + line-height: 24px; } .grammalecte_tooltip_sugg { display: inline-block; padding: 1px 6px; background-color: hsl(180, 60%, 40%); color: hsl(180, 0%, 96%); border-radius: 2px; cursor: pointer; font-size: 14px; + line-height: 18px; text-decoration: none; } .grammalecte_tooltip_sugg:hover { background-color: hsla(180, 70%, 45%, 1); color: hsla(0, 0%, 100%, 1);