mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix height of template name that was cropping descenders
This commit is contained in:
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
Block a user