Skip to content

Commit

Permalink
Add padding to textarea (.edit_box)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Vivian <scott.vivian+pma@gmail.com>
  • Loading branch information
svivian committed Mar 31, 2021
1 parent 8d46056 commit 76b52df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pmahomme/scss/_common.scss
Expand Up @@ -2309,7 +2309,7 @@ input#auto_increment_opt {
.edit_box {
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
padding: 3px;
margin: 0;
}

Expand Down

0 comments on commit 76b52df

Please sign in to comment.