Skip to content

Commit f6e6ea9

Browse files
fix(unity-bootstrap-theme): update ranking card styles
1 parent 40f3711 commit f6e6ea9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_ranking-cards.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
.btn-expand {
197197
display: flex;
198198
align-items: baseline;
199+
justify-content: space-between;
199200

200201
h4 {
201202
margin: 0;
@@ -206,8 +207,8 @@
206207
}
207208

208209
> p {
209-
line-clamp: 18;
210-
-webkit-line-clamp: 18;
210+
line-clamp: 15;
211+
-webkit-line-clamp: 15;
211212
visibility: hidden;
212213
transition: visibility .3s ease-in;
213214
margin: 0;

0 commit comments

Comments
 (0)