Skip to content

Commit

Permalink
Partial fix #8600: some wrong sized buttons while editing plugin sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
mennodekker committed Mar 6, 2014
1 parent cd7d387 commit 2c21208
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ div.row {
box-sizing: border-box;
}

.settingswidget input, .settingswidget label{
.settingswidget input[type^='button'], .settingswidget label{
height: 30px;
line-height: 30px;
margin-top: 0px;
Expand Down

0 comments on commit 2c21208

Please sign in to comment.