Skip to content

Commit

Permalink
fix(MWPW-147059): Fix line height accessibility issue (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiqueo authored Oct 4, 2024
1 parent a20143e commit 0d7e404
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.21.9 (10/2/2024, 09:58:49)
* Chimera UI Libraries - Build 0.21.10 (10/3/2024, 11:55:34)
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down
6 changes: 3 additions & 3 deletions dist/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/components/consonant/cards/half-height.less
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

@media @consonant-600px-up {
.consonant-Card-title {
max-height: 1.5rem * 2;
max-height: 3.175rem;

.font(1.125rem, 1.375rem, 700, @consonantBaseColor);
}
Expand Down

0 comments on commit 0d7e404

Please sign in to comment.