adjusted padding of wip area

This commit is contained in:
Danny Coates 2019-02-12 19:14:01 -08:00
parent fc37fd1fe3
commit e9ee7d022c
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ module.exports = function(selected, options, translate, changed, htmlId) {
return html`
<select
id="${htmlId}"
class="appearance-none cursor-pointer border rounded-sm bg-grey-lightest hover:border-blue-dark focus:border-blue-dark px-2 py-1 my-2 h-8"
class="appearance-none cursor-pointer border rounded-sm bg-grey-lightest hover:border-blue-dark focus:border-blue-dark px-2 py-1 my-1 h-8"
onchange="${choose}"
>
${options.map(