瀏覽代碼

Minor text update

Vijayakrishnan 4 年之前
父節點
當前提交
75c55d8839
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/css/style.css
  2. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
public/css/style.css

@@ -85,7 +85,7 @@
 .dropdown-menu {
   margin-top: 7px;
   border-radius: 0;
-  min-width: 100px;
+  min-width: 120px;
 }
 .dropdown-item:not(:last-child) {
   border-bottom:1px solid #ddd;

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -149,7 +149,7 @@
                             <form action="{{route('back-to-admin-pro')}}" method="post" target="_top" class="d-block pt-1">
                                 @csrf
                                 <button class="d-block ml-2 back-to-admin-button">
-                                    Admin
+                                    Back to Admin
                                 </button>
                             </form>
                         @endif