소스 검색

removed float and put line break tag

ryuichi-e 6 년 전
부모
커밋
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>
   </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>