From 8de2a03dc4b7bd14ffb591161774ecea6c266b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 6 Sep 2021 15:02:56 +0100 Subject: [PATCH] Fix height of template name that was cropping descenders --- customize.dist/src/less2/include/creation.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/creation.less b/customize.dist/src/less2/include/creation.less index f4f4d0193..b15863c57 100644 --- a/customize.dist/src/less2/include/creation.less +++ b/customize.dist/src/less2/include/creation.less @@ -364,9 +364,9 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - min-height: 20px; - height: 20px; - line-height: 20px; + min-height: 25px; + height: 25px; + line-height: 25px; max-width: 100%; } .fa, .cptools {