jsdialogs: add class to all paragraphs
Change-Id: I64b166a6d7274cd26ef92a218ff7e45dc980343b
This commit is contained in:
parent
5036ddd66d
commit
5db1be5d19
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
},
|
||||
|
||||
_fixedtextControl: function(parentContainer, data, builder) {
|
||||
var fixedtext = L.DomUtil.create('p', '', parentContainer);
|
||||
var fixedtext = L.DomUtil.create('p', 'mobile-wizard ui-text', parentContainer);
|
||||
fixedtext.innerHTML = builder._cleanText(data.text);
|
||||
fixedtext.id = data.id;
|
||||
|
||||
|
|
Loading…
Reference in a new issue