mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed sizing of text in label editor input
This commit is contained in:
parent
ef64779759
commit
12bd5472e2
1 changed files with 1 additions and 2 deletions
|
@ -24,9 +24,8 @@
|
||||||
/** Should be the same settings, as in label_style.css */
|
/** Should be the same settings, as in label_style.css */
|
||||||
.ck-html-label .ck-content {
|
.ck-html-label .ck-content {
|
||||||
font-family: "DejaVu Sans Mono", monospace;
|
font-family: "DejaVu Sans Mono", monospace;
|
||||||
font-size: 12px;
|
font-size: 12pt;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
font-size-adjust: 1.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-html-label .ck-content p {
|
.ck-html-label .ck-content p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue