gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 296/459: minor fix


From: gnunet
Subject: [reclaim-ui] 296/459: minor fix
Date: Fri, 11 Jun 2021 23:26:28 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 82965ba7dda078608c6413bcd8d0c718a9f1b3e0
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 13 09:58:08 2020 +0200

    minor fix
---
 src/app/identity-list/identity-list.component.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 68fa025..e9b7e45 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -108,9 +108,7 @@
              [class.text-secondary]="!isClaimRequested(identity, attribute)"
              *ngFor="let attribute of getIdentityAttributes(identity)">
             <div class="col-sm">
-              <div style="min-width: 15em">
-                <span *ngIf="isClaimRequested(identity, attribute)" class="fa 
fa-openid mr-1"></span><b>{{getAttributeDescription(attribute)}}</b>
-              </div>
+              <span *ngIf="isClaimRequested(identity, attribute)" class="fa 
fa-openid mr-1"></span><b>{{getAttributeDescription(attribute)}}</b>
             </div>
             <div class="col-sm">
               <div *ngIf="getAttributeValue(identity, attribute).length <= 20" 
style="min-width: 15em">{{getAttributeValue(identity, attribute)}}</div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]