Skip to content

Commit

Permalink
Add margin-bottom to textarea in options
Browse files Browse the repository at this point in the history
  • Loading branch information
icholy committed Oct 12, 2016
1 parent 5dc15b0 commit c450826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ select {
margin-bottom: 10px;
}

textarea {
margin-bottom: 10px;
}

pre {
left: -10px;
top: 10px;
Expand Down

0 comments on commit c450826

Please sign in to comment.