mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +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">
|
||||
<AppDetails
|
||||
name="lemmy-lite"
|
||||
|
@ -233,7 +233,6 @@ export class Apps extends Component<any, any> {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue