From 6eb67f98fbcbe4624315b828b8f2524676ad05c8 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 31 Jan 2023 22:42:48 -0800 Subject: [PATCH] set lineheight for tabs --- src/sh2.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sh2.less b/src/sh2.less index 19031593f..364bc22a9 100644 --- a/src/sh2.less +++ b/src/sh2.less @@ -118,6 +118,7 @@ html, body, #main { height: 30px; min-width: 80px; width: 150px; + line-height: 1.0; flex-shrink: 1; display: flex; justify-content: center;