From f185e568d325f9f0340a09abfa310d6f1aca02d7 Mon Sep 17 00:00:00 2001 From: xenleme Date: Mon, 17 Sep 2018 18:57:13 +0300 Subject: [PATCH] Fix line-height in close tab icon --- styles/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/tabs.less b/styles/tabs.less index f514129..31b6ea2 100644 --- a/styles/tabs.less +++ b/styles/tabs.less @@ -85,7 +85,7 @@ content:'✕'; width:16px; height:16px; - line-height: 17px; + line-height: 15px; font-size: 11px; display: block; }