Skip to content

Commit 91a7d80

Browse files
authored
style(console): fix plan usage card text issue (#8000)
1 parent 5eca998 commit 91a7d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/console/src/components/PlanUsage/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.cardItem {
2929
flex: 0 0 calc((100% - _.unit(2) * 2) / 3);
3030
max-width: calc((100% - _.unit(2) * 2) / 3);
31-
max-height: 112px;
31+
min-height: 112px;
3232

3333
&.periodicUsage {
3434
flex: 0 0 calc((100% - _.unit(2)) / 2);

0 commit comments

Comments
 (0)