Skip to content

Commit

Permalink
MWPW-139928 (fix): Fixes TextCard title 3rd line showing (#139)
Browse files Browse the repository at this point in the history
* MWPW-139928 (fix): Fixes TextCard title 3rd line showing

* MWPW-139928 (fix): Fixes TextCard title 3rd line showing

* MWPW-139848 (fix): CaaS Card collection CTA letter cutoff
  • Loading branch information
cmiqueo authored Mar 19, 2024
1 parent 34cab5c commit c251faf
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 493 deletions.
4 changes: 2 additions & 2 deletions dist/app.css

Large diffs are not rendered by default.

661 changes: 190 additions & 471 deletions dist/main.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions dist/main.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/main.source.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions less/components/consonant/cards/product-card.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
display: -webkit-box;
-webkit-box-orient: vertical;
max-height: 1.375rem * 2;
margin: 6px 0 16px;
margin: 6px 0 10px;
text-decoration: none;
word-break: break-word;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1;
}

.consonant-Card-text {
Expand Down
2 changes: 1 addition & 1 deletion less/components/consonant/infobits/link.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
max-height: 1rem * 2;
margin-left: 16px;

.font(0.9375rem, 1rem, 700, @consonantBlue500, left);
.font(0.9375rem, 1.375rem, 700, @consonantBlue500, left);
.line-clamp(2);

text-decoration: none;
Expand Down

0 comments on commit c251faf

Please sign in to comment.