Skip to content

Commit

Permalink
Merge pull request #3832 from nextcloud/fix/3828/rich-content-placeho…
Browse files Browse the repository at this point in the history
…lder

Fix rich content placeholder position
  • Loading branch information
raimund-schluessler committed Feb 28, 2023
2 parents b45d07b + 3fed387 commit e719139
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -628,7 +628,7 @@ export default {
overflow-y: auto;
width: auto;
margin: 0;
padding: 6px;
padding: 8px;
cursor: text;
white-space: pre-wrap;
word-break: break-word;
Expand All @@ -646,6 +646,7 @@ export default {
&--empty:before {
content: attr(placeholder);
color: var(--color-text-maxcontrast);
position: absolute;
}
&[contenteditable='false']:not(&--disabled) {
Expand Down

0 comments on commit e719139

Please sign in to comment.