Fix height of template name that was cropping descenders

pull/1/head
David Benqué 2021-09-06 15:02:56 +01:00
parent f2a1577eca
commit 8de2a03dc4
1 changed files with 3 additions and 3 deletions

View File

@ -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 {