Fix height of template name that was cropping descenders
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…
Reference in New Issue