Skip to content

Commit

Permalink
[2375] Remove all padding from select elements
Browse files Browse the repository at this point in the history
They break in Firefox which renders the text out of view.
  • Loading branch information
aron committed May 24, 2012
1 parent 2c035cf commit 4b2e335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -28,6 +28,7 @@ select,

select {
margin-top: 6px;
padding: 0;
}

textarea {
Expand Down

0 comments on commit 4b2e335

Please sign in to comment.