File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,8 @@ export const ChartGroupCard = ({ chartGroup }: ChartGroupCardProps) => {
83
83
< ChartIcon icon = { chart . chartMetaData . icon } key = { chart . id } isChartGroupCard />
84
84
) ) }
85
85
{ chartGroup . chartGroupEntries . length > CHART_CARD_MAX_LENGTH && (
86
- < div className = "chart-group-card__icon-wrapper border__secondary-translucent bg__secondary br-8 p-8 dc__w-fit-content h-50" >
87
- < span className = "fs-20 lh-1-5 cn-8" >
88
- +{ chartGroup . chartGroupEntries . length - CHART_CARD_MAX_LENGTH }
89
- </ span >
86
+ < div className = "flex chart-group-card__icon-wrapper border__secondary-translucent bg__secondary br-8 p-8 h-50 fs-20 lh-1-5 cn-8 icon-dim-50" >
87
+ +{ chartGroup . chartGroupEntries . length - CHART_CARD_MAX_LENGTH }
90
88
</ div >
91
89
) }
92
90
</ >
Original file line number Diff line number Diff line change 207
207
height : 48px ;
208
208
}
209
209
210
+ .icon-dim-50 {
211
+ width : 50px ;
212
+ height : 50px ;
213
+ }
214
+
210
215
.icon-dim-72 {
211
216
width : 72px ;
212
217
height : 72px ;
You can’t perform that action at this time.
0 commit comments