mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
fix: corrected grid of webapps and cli apps not displaying correctly for a div closed in the wrong place (#242)
This commit is contained in:
parent
7442a9eee2
commit
b296b0f7ff
1 changed files with 52 additions and 53 deletions
|
@ -176,7 +176,7 @@ export class Apps extends Component<any, any> {
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<div class="card col-6">
|
<div class="card col-6">
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="lemmy-lite"
|
name="lemmy-lite"
|
||||||
|
@ -233,7 +233,6 @@ export class Apps extends Component<any, any> {
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue