fix(front): Small UI fixes on identity pickers

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-05-03 09:25:48 +02:00
parent c7b90cd60a
commit 6faafd6393
5 changed files with 20 additions and 14 deletions

View File

@@ -1,9 +1,11 @@
<template>
<div>
<breadcrumbs-nav :links="breadcrumbsLinks" />
<div class="root" v-if="identity">
<h1 class="title">
<span v-if="isUpdate">{{ displayName(identity) }}</span>
<div v-if="identity">
<h1>
<span v-if="isUpdate" class="line-clamp-2">{{
displayName(identity)
}}</span>
<span v-else>{{ $t("I create an identity") }}</span>
</h1>