style: add full height so Info and UserList components

This commit is contained in:
Kentai Radiquum 2024-08-01 16:39:24 +05:00
parent 9442063f57
commit 237581a49c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export const ReleaseInfoInfo = (props: {
genres: string; genres: string;
}) => { }) => {
return ( return (
<Card> <Card className="h-full">
<Table> <Table>
<Table.Body> <Table.Body>
<Table.Row> <Table.Row>

View file

@ -50,7 +50,7 @@ export const ReleaseInfoUserList = (props: {
} }
return ( return (
<Card> <Card className="h-full">
{props.token ? ( {props.token ? (
<div className="flex flex-wrap gap-2"> <div className="flex flex-wrap gap-2">
<Dropdown <Dropdown