Skip to content

Commit

Permalink
Fix select2 line height and alignment in settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jan 19, 2015
1 parent f75a5d3 commit 8eaa9d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/css/admin.scss
Expand Up @@ -2011,6 +2011,7 @@ img.help_tip {
.select2-container {
display: block;
max-width: 350px;
line-height: 1.8em;
}

.forminp-radio ul {
Expand Down Expand Up @@ -2860,6 +2861,10 @@ img.help_tip {
&.padded {
padding: 1em;
}

.select2-container {
float: left;
}
}

#woocommerce-product-data input.dp-applied {
Expand Down

0 comments on commit 8eaa9d6

Please sign in to comment.