Skip to content

Commit

Permalink
FO / Blockwishlist - bad display when wishlist name too long #29213
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambak committed Mar 29, 2023
1 parent 9b6a769 commit cc2d57f
Show file tree
Hide file tree
Showing 11 changed files with 201 additions and 2,355 deletions.
4 changes: 2 additions & 2 deletions _dev/front/js/components/List/List.vue
Expand Up @@ -284,7 +284,7 @@
&-right {
position: relative;
white-space: nowrap
white-space: nowrap;
> button {
transition: 0.25s ease-out;
Expand Down Expand Up @@ -326,7 +326,7 @@
letter-spacing: 0;
line-height: 1.375rem;
margin-bottom: 0;
word-break: break-word
word-break: break-word;
span {
color: #7a7a7a;
Expand Down
2 changes: 1 addition & 1 deletion public/addtowishlist.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions public/backoffice.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/button.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/create.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions public/form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc2d57f

Please sign in to comment.