Skip to content

Commit

Permalink
fixed column width for imagepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Aug 2, 2024
1 parent 076c578 commit 6cd84b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/defaultV2-theme/blocks/sd-imagepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
align-items: flex-start;
padding-right: 0;

&.sd-selectbase__column {
min-width: 0;
}

.sd-imagepicker__item {
width: 100%;
}
Expand Down

0 comments on commit 6cd84b9

Please sign in to comment.