Skip to content

Commit

Permalink
Button size
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Sep 22, 2024
1 parent aa3eafd commit 7659cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skin/adminhtml/default/default/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ td:has(input.swatch-option) {
gap: 2px;
.swatch-option {
width: 26px !important;
height: 26px;
height: 21px;
}
}

Expand All @@ -510,7 +510,7 @@ td:has(input.swatch-disabled) {
padding: 0;
margin: 2px;
width: 24px;
height: 24px;
height: 19px;
display: block;
background-position: center center;
border-radius: 2px;
Expand Down

0 comments on commit 7659cb6

Please sign in to comment.