Commit a87dc0c2 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[mobile] Fix bug 33933

parent a21faafe
...@@ -117,7 +117,7 @@ define([ ...@@ -117,7 +117,7 @@ define([
text: '', text: '',
afterText: afterText:
'<div class="content-block">' + '<div class="content-block">' +
'<div class="row">' + '<div class="row no-gutter" style="text-align: center;">' +
'<div class="col-50">' + me.textColumns + '</div>' + '<div class="col-50">' + me.textColumns + '</div>' +
'<div class="col-50">' + me.textRows + '</div>' + '<div class="col-50">' + me.textRows + '</div>' +
'</div>' + '</div>' +
...@@ -152,9 +152,12 @@ define([ ...@@ -152,9 +152,12 @@ define([
rotateEffect: true, rotateEffect: true,
value: [3, 3], value: [3, 3],
cols: [{ cols: [{
textAlign: 'left', textAlign: 'center',
width: '100%',
values: [1,2,3,4,5,6,7,8,9,10] values: [1,2,3,4,5,6,7,8,9,10]
}, { }, {
textAlign: 'center',
width: '100%',
values: [1,2,3,4,5,6,7,8,9,10] values: [1,2,3,4,5,6,7,8,9,10]
}] }]
}); });
......
...@@ -104,7 +104,7 @@ define([ ...@@ -104,7 +104,7 @@ define([
text: '', text: '',
afterText: afterText:
'<div class="content-block">' + '<div class="content-block">' +
'<div class="row">' + '<div class="row no-gutter" style="text-align: center;">' +
'<div class="col-50">' + me.textColumns + '</div>' + '<div class="col-50">' + me.textColumns + '</div>' +
'<div class="col-50">' + me.textRows + '</div>' + '<div class="col-50">' + me.textRows + '</div>' +
'</div>' + '</div>' +
...@@ -139,9 +139,12 @@ define([ ...@@ -139,9 +139,12 @@ define([
rotateEffect: true, rotateEffect: true,
value: [3, 3], value: [3, 3],
cols: [{ cols: [{
textAlign: 'left', textAlign: 'center',
width: '100%',
values: [1,2,3,4,5,6,7,8,9,10] values: [1,2,3,4,5,6,7,8,9,10]
}, { }, {
textAlign: 'center',
width: '100%',
values: [1,2,3,4,5,6,7,8,9,10] values: [1,2,3,4,5,6,7,8,9,10]
}] }]
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment