Skip to content

Commit 2e35bbb

Browse files
authored
resize textarea
1 parent 3830bcc commit 2e35bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ textarea {
1313
}
1414

1515
#compare, #original {
16-
width: 96vw;
16+
width: calc(100vw - 3em);
1717
font-size: 1.5em;
1818
padding: 20px;
1919
}

0 commit comments

Comments
 (0)