Просмотр исходного кода

removed float and put line break tag

ryuichi-e 6 лет назад
Родитель
Сommit
336c94dba9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/server/views/widget/modal/page-api-error-messages.html

+ 2 - 2
src/server/views/widget/modal/page-api-error-messages.html

@@ -6,8 +6,8 @@
     <strong><i class="icon-fw icon-ban"></i>{{ t('page_api_error.user_not_admin') }}</strong>
     <strong><i class="icon-fw icon-ban"></i>{{ t('page_api_error.user_not_admin') }}</strong>
   </span>
   </span>
   <span class="text-danger msg msg-already_exists">
   <span class="text-danger msg msg-already_exists">
-    <strong><i class="icon-fw icon-ban"></i>{{ t('page_api_error.already_exists') }}</strong>
-    <small class="float-left p-2" id="linkToNewPage"></small>
+    <strong><i class="icon-fw icon-ban"></i>{{ t('page_api_error.already_exists') }}</strong><br>
+    <small id="linkToNewPage"></small>
   </span>
   </span>
   <span class="text-warning msg msg-outdated">
   <span class="text-warning msg msg-outdated">
     <strong><i class="icon-fw icon-bulb"></i> {{ t('page_api_error.outdated') }}</strong>
     <strong><i class="icon-fw icon-bulb"></i> {{ t('page_api_error.outdated') }}</strong>