Skip to content

Commit 8dffd45

Browse files
committed
fix: use contain_but_size for placeholder-text
Default values in configs become visible
1 parent 95192d2 commit 8dffd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/core-ui/text-editor.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ atom-text-editor {
120120
}
121121

122122
.placeholder-text {
123-
contain: @contain_all;
123+
contain: @contain_but_size;
124124
position: absolute;
125125
color: @text-color-subtle;
126126
}

0 commit comments

Comments
 (0)