Fixed sizing of text in label editor input

This commit is contained in:
Jan Böhmer 2024-12-29 19:47:19 +01:00
parent ef64779759
commit 12bd5472e2

View file

@ -24,9 +24,8 @@
/** Should be the same settings, as in label_style.css */
.ck-html-label .ck-content {
font-family: "DejaVu Sans Mono", monospace;
font-size: 12px;
font-size: 12pt;
line-height: 1.0;
font-size-adjust: 1.5;
}
.ck-html-label .ck-content p {