Skip to content

Commit d56130e

Browse files
committed
Make text-align be start by default, like textarea
1 parent 8292092 commit d56130e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ code-input {
2929
height: 250px;
3030
font-size: inherit;
3131
font-family: monospace;
32+
text-align: start;
3233
line-height: 1.5; /* Inherited to child elements */
3334
tab-size: 2;
3435
caret-color: darkgrey;

0 commit comments

Comments
 (0)