web: cleanup (#6664)
* web: remove <p> used for padding and do it properly Signed-off-by: Jens Langhammer <jens@goauthentik.io> * web: remove .form-help-text as it didn't change anything Signed-off-by: Jens Langhammer <jens@goauthentik.io> * move data-list styling to correct scope Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove title from navbar for docs-only build Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -509,7 +509,6 @@ export class FlowExecutor extends Interface implements StageHost { | ||||
|                                             ${this.renderChallengeWrapper()} | ||||
|                                         </div> | ||||
|                                         <footer class="pf-c-login__footer"> | ||||
|                                             <p></p> | ||||
|                                             <ul class="pf-c-list pf-m-inline"> | ||||
|                                                 ${this.tenant?.uiFooterLinks?.map((link) => { | ||||
|                                                     return html`<li> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L