Small (but essential...) CSS fix

This commit is contained in:
Rainer Simon 2022-01-27 09:51:12 +01:00
parent b2557e1b86
commit 003fb44447
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
.r6o-readonly-comment {
white-space: pre;
white-space: pre-line;
}
.r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; }