File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
apps/studio/public/assets/css
packages/components/src/templates/next/components/complex/InfoCards Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2082,6 +2082,10 @@ video {
2082
2082
list-style-type : none;
2083
2083
}
2084
2084
2085
+ .auto-rows-max {
2086
+ grid-auto-rows : max-content;
2087
+ }
2088
+
2085
2089
.grid-cols-1 {
2086
2090
grid-template-columns : repeat (1 , minmax (0 , 1fr ));
2087
2091
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export const createInfoCardsStyles = tv({
82
82
headingContainer : "flex flex-col" ,
83
83
headingTitle : "prose-display-md break-words text-base-content-strong" ,
84
84
headingSubtitle : "text-base-content" ,
85
- grid : "grid grid-cols-1 [grid-template-rows:max-content]" ,
85
+ grid : "grid auto-rows-max grid-cols-1 [grid-template-rows:max-content]" ,
86
86
urlButtonContainer : "mx-auto block pt-8 sm:pt-12" , // temp: following headingContainer's mb
87
87
cardImageContainer : "" ,
88
88
} ,
You can’t perform that action at this time.
0 commit comments