File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
.content {
24
24
display : flex ;
25
25
flex-direction : column ;
26
- justify-content : space-between ;
27
26
max-height : calc (100% - $uds-size-spacing-2 );
28
27
flex-grow : 1 ;
29
28
54
53
i .fa-chevron-up {
55
54
transition : all 0.3s ease-in-out ;
56
55
color : $uds-color-base-gray-7 ;
56
+ height : .875rem ;
57
+ width : .875rem ;
57
58
}
58
59
}
59
60
195
196
padding-bottom : var (--ranking-card-text-padding );
196
197
.btn-expand {
197
198
display : flex ;
198
- justify-content : space-between ;
199
199
align-items : baseline ;
200
200
201
201
h4 {
207
207
}
208
208
209
209
> p {
210
- line-clamp : 13 ;
211
- -webkit-line-clamp : 13 ;
210
+ line-clamp : 15 ;
211
+ -webkit-line-clamp : 15 ;
212
212
visibility : hidden ;
213
213
transition : visibility .3s ease-in ;
214
214
margin : 0 ;
You can’t perform that action at this time.
0 commit comments