web: replace spaces after icons with nbsp
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -35,7 +35,7 @@ export abstract class AdminStatusCard<T> extends AggregateCard { | ||||
|                 return this.getStatus(v); | ||||
|             }).then((status) => { | ||||
|                 return html`<p class="ak-aggregate-card"> | ||||
|                         <i class="${status.icon}"></i> ${this.renderValue()} | ||||
|                         <i class="${status.icon}"></i> ${this.renderValue()} | ||||
|                     </p> | ||||
|                     ${status.message ? html`<p class="subtext">${status.message}</p>` : html``}`; | ||||
|             }), html`<ak-spinner size="${SpinnerSize.Large}"></ak-spinner>`)} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer