mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-19 09:01:18 +00:00
NORY-46: fix different label sizes
This commit is contained in:
parent
6f57f4fb38
commit
f73bfe603b
1 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel className="text-base">
|
<FormLabel>
|
||||||
Skip consent
|
Skip consent
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
|
@ -425,7 +425,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel className="text-base">
|
<FormLabel>
|
||||||
Frontchannel Logout Session Required
|
Frontchannel Logout Session Required
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
|
@ -471,7 +471,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
<FormLabel className="text-base">
|
<FormLabel>
|
||||||
Backchannel Logout Session Required
|
Backchannel Logout Session Required
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
|
|
Loading…
Add table
Reference in a new issue