Browse Source

removed float and put line break tag

ryuichi-e 6 years ago
parent
commit
336c94dba9
1 changed files with 2 additions and 2 deletions
  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>
   </span>
   <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 class="text-warning msg msg-outdated">
     <strong><i class="icon-fw icon-bulb"></i> {{ t('page_api_error.outdated') }}</strong>