Small (but essential...) CSS fix
This commit is contained in:
parent
b2557e1b86
commit
003fb44447
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.r6o-readonly-comment {
|
.r6o-readonly-comment {
|
||||||
white-space: pre;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
.r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; }
|
.r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; }
|
||||||
|
|
Loading…
Reference in New Issue