Skip to content

Commit

Permalink
Make options form wider.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscavnicky committed Dec 18, 2016
1 parent 4cd2731 commit 8b07a66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@
<style>
body {
font: normal 14px/22px sans-serif;
width: 500px;
}

section {
margin: 10px;
}

input {
width: 40%;
}

textarea {
width: 100%;
resize: none;
border: 1px solid #cbcbcb;
}

label {
Expand Down

0 comments on commit 8b07a66

Please sign in to comment.