@@ -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;
@@ -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