Fix height of template name that was cropping descenders

pull/1/head
David Benqué 3 years ago
parent f2a1577eca
commit 8de2a03dc4

@ -364,9 +364,9 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
min-height: 20px; min-height: 25px;
height: 20px; height: 25px;
line-height: 20px; line-height: 25px;
max-width: 100%; max-width: 100%;
} }
.fa, .cptools { .fa, .cptools {

Loading…
Cancel
Save