web: replace spaces after icons with nbsp
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -199,7 +199,7 @@ export abstract class Table<T> extends LitElement { | ||||
|                         this.expandedRows[idx] = !this.expandedRows[idx]; | ||||
|                         this.requestUpdate(); | ||||
|                     }}> | ||||
|                         <div class="pf-c-table__toggle-icon"> <i class="fas fa-angle-down" aria-hidden="true"></i> </div> | ||||
|                         <div class="pf-c-table__toggle-icon"> <i class="fas fa-angle-down" aria-hidden="true"></i> </div> | ||||
|                     </button> | ||||
|                     </td>` : html``} | ||||
|                     ${this.row(item).map((col) => { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer