From 840cc376bc0fd17a728c035d938b94930aaa7c17 Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Wed, 16 Nov 2016 17:19:57 +0300 Subject: [PATCH] [DE mobile] Fixed numbers and bullets layout. --- .../mobile/app/template/EditText.template | 52 +++++++++---------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/apps/documenteditor/mobile/app/template/EditText.template b/apps/documenteditor/mobile/app/template/EditText.template index df738b086..a895bb503 100644 --- a/apps/documenteditor/mobile/app/template/EditText.template +++ b/apps/documenteditor/mobile/app/template/EditText.template @@ -358,21 +358,19 @@
-
- <% _.each(bullets, function(row) { %> -
    - <% _.each(row, function(bullet) { %> -
  • - <% if (bullet.thumb.length < 1) { %> -
    - <% } else { %> -
    - <% } %> -
  • - <% }); %> -
+ <% _.each(bullets, function(row) { %> +
    + <% _.each(row, function(bullet) { %> +
  • + <% if (bullet.thumb.length < 1) { %> +
    + <% } else { %> +
    + <% } %> +
  • <% }); %> -
+ + <% }); %>
@@ -388,21 +386,19 @@
-
- <% _.each(numbers, function(row) { %> -
    - <% _.each(row, function(number) { %> -
  • - <% if (number.thumb.length < 1) { %> -
    - <% } else { %> -
    - <% } %> -
  • - <% }); %> -
+ <% _.each(numbers, function(row) { %> +
    + <% _.each(row, function(number) { %> +
  • + <% if (number.thumb.length < 1) { %> +
    + <% } else { %> +
    + <% } %> +
  • <% }); %> -
+ + <% }); %>