Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx committed May 25, 2024
1 parent 24b9118 commit f5bd273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lexical-playground/src/ui/ContentEditable.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
position: absolute;
text-overflow: ellipsis;
top: 8px;
left: 8px;
right: 8px;
left: 28px;
right: 28px;
user-select: none;
white-space: nowrap;
display: inline-block;
pointer-events: none;
}
@media (max-width: 1025px) {
.Placeholder__root {
.ContentEditable__placeholder {
left: 8px;
right: 8px;
}
Expand Down

0 comments on commit f5bd273

Please sign in to comment.