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

Loading…
Cancel
Save