web/admin: fix impersonate button layout (#5251)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -200,12 +200,14 @@ export class UserViewPage extends AKElement {
 | 
			
		||||
                            CapabilitiesEnum.Impersonate,
 | 
			
		||||
                        )
 | 
			
		||||
                            ? html`
 | 
			
		||||
                                  <a
 | 
			
		||||
                                      class="pf-c-button pf-m-tertiary"
 | 
			
		||||
                                      href="${`/-/impersonation/${this.user?.pk}/`}"
 | 
			
		||||
                                  >
 | 
			
		||||
                                      ${t`Impersonate`}
 | 
			
		||||
                                  </a>
 | 
			
		||||
                                  <div class="pf-c-card__footer">
 | 
			
		||||
                                      <a
 | 
			
		||||
                                          class="pf-c-button pf-m-tertiary"
 | 
			
		||||
                                          href="${`/-/impersonation/${this.user?.pk}/`}"
 | 
			
		||||
                                      >
 | 
			
		||||
                                          ${t`Impersonate`}
 | 
			
		||||
                                      </a>
 | 
			
		||||
                                  </div>
 | 
			
		||||
                              `
 | 
			
		||||
                            : html``}
 | 
			
		||||
                        <div class="pf-c-card__footer">
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user