Skip to content

Commit bb70ca8

Browse files
committed
Use auto for placeholder value
1 parent 77c66d5 commit bb70ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
.pseudo::inactive-selection,
413413
.pseudo::spelling-error,
414414
.pseudo::grammer-error {
415-
display: block;
415+
display: auto;
416416
}
417417

418418
.regions:region {

test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
.pseudo::inactive-selection,
457457
.pseudo::spelling-error,
458458
.pseudo::grammer-error {
459-
display: block;
459+
display: auto;
460460
}
461461
</style>
462462
<style>

0 commit comments

Comments
 (0)