Skip to content

Commit

Permalink
https://github.com/Codeinwp/woocommerce-product-addon/issues/391
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 1, 2024
1 parent 54bb45d commit 274e99c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions css/ppom-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ ul.ppom-options-container li {
7- Existin Meta Section CSS
*/

.ppom-meta-table-checkbox-mr label {
margin-left: 7px;
}

#ppom-meta-table .dashicons,
.dashicons-before:before {
Expand Down Expand Up @@ -1851,3 +1848,10 @@ header.ppom-modal-header {
display: flex;
align-items: center;
}

.ppom-wrapper .btn .dashicons{
line-height: initial;
}
.ppom-wrapper select.form-control{
line-height: unset;
}

0 comments on commit 274e99c

Please sign in to comment.