ULS link text is rendered connected to the word before it

Bug: T152460
Change-Id: Ibbd726a1c41bde9575ac0d432bdd6b62e6c419a0
This commit is contained in:
Huji Lee
2016-12-05 17:16:47 -05:00
committed by Huji
parent 842e08e9a7
commit c29cdb6d41

View File

@@ -205,7 +205,7 @@
$imeLabel.append(
$( '<strong>' )
.addClass( 'uls-input-settings-name' )
.text( name ),
.text( name + ' ' ),
$( '<span>' )
.addClass( 'uls-input-settings-description' )
.text( description ),