1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-18 00:21:18 +00:00

NORY-46: fix different label sizes

This commit is contained in:
Markus Thielker 2025-04-07 13:59:46 +02:00
parent 6f57f4fb38
commit f73bfe603b

View file

@ -208,7 +208,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
render={({ field }) => (
<FormItem className="flex flex-row items-center justify-between rounded-lg">
<div className="space-y-0.5">
<FormLabel className="text-base">
<FormLabel>
Skip consent
</FormLabel>
<FormDescription>
@ -425,7 +425,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
render={({ field }) => (
<FormItem className="flex flex-row items-center justify-between rounded-lg">
<div className="space-y-0.5">
<FormLabel className="text-base">
<FormLabel>
Frontchannel Logout Session Required
</FormLabel>
<FormDescription>
@ -471,7 +471,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
render={({ field }) => (
<FormItem className="flex flex-row items-center justify-between rounded-lg">
<div className="space-y-0.5">
<FormLabel className="text-base">
<FormLabel>
Backchannel Logout Session Required
</FormLabel>
<FormDescription>