- Enhanced responsiveness and layout adjustments across various components
This commit is contained in:
@@ -10,7 +10,7 @@ const ChannelCard = () => {
|
||||
const { bearerQuery } = useGetBearerConfig(values?.format?.toLowerCase() || "json");
|
||||
const outputData = bearerQuery?.data;
|
||||
return (
|
||||
<Card className="p-4 h-150 md:h-full">
|
||||
<Card className="p-4 h-full">
|
||||
<CardHeader title={`Channel (${values?.format})`} />
|
||||
<ChannelFields
|
||||
errors={errors}
|
||||
|
||||
Reference in New Issue
Block a user