Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cuinjune committed Nov 18, 2020
1 parent 8b908e4 commit 0f97c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function getSelectedText(textArea) {
textArea.addEventListener("input", function () {
if (textArea.value.length) {
example.innerText = "Clear Text";
example.style.padding = "10px 37px";
example.style.padding = "10px 32.5px";
}
else {
example.innerText = "Show Tutorial";
Expand Down

0 comments on commit 0f97c05

Please sign in to comment.