Skip to content

Commit

Permalink
components(CalculationPresetCardItem): set min-width for thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 18, 2023
1 parent 3390bd1 commit e0acdf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Calculation/CalculationPresetCardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default {
&__thumb {
height: 96px;
width: auto;
min-width: 72px;
max-width: 96px;
object-fit: contain
}
Expand Down

0 comments on commit e0acdf1

Please sign in to comment.