mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix FeatureList layout
This commit is contained in:
+10
-1
@@ -29,6 +29,12 @@
|
||||
|
||||
.mdx-feature-list__feature {
|
||||
border-top: 1px solid rgb(var(--lsd-border-primary));
|
||||
min-height: 332px;
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-title {
|
||||
@@ -36,7 +42,10 @@
|
||||
}
|
||||
|
||||
.mdx-feature-list__feature-description {
|
||||
margin-top: 8.625rem;
|
||||
flex: 1 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.mdx-feature-list__extra {
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ export const FeatureList: React.FC<FeatureListProps> = ({
|
||||
component="h3"
|
||||
className="mdx-feature-list__feature-description"
|
||||
>
|
||||
{feature.description}
|
||||
<span>{feature.description}</span>
|
||||
</Typography>
|
||||
</div>
|
||||
<div className="mdx-feature-list__feature-border"></div>
|
||||
|
||||
Reference in New Issue
Block a user