Browse Source

Fixed EC-306

Samson Mutunga 3 years ago
parent
commit
17d7c8f804
1 changed files with 9 additions and 2 deletions
  1. 9 2
      resources/views/app/log-in-as.blade.php

+ 9 - 2
resources/views/app/log-in-as.blade.php

@@ -1,7 +1,14 @@
 @extends ('layouts/template')
 
 @section('content')
-
+    <style>
+    .table.v-middle td, .table th {
+        vertical-align: middle;
+    }
+    .table.v-middle td {
+        padding: 1px;
+    }
+    </style>
     <div class="p-3 mcp-theme-1">
 
         <div class="d-flex align-items-center mb-3">
@@ -29,7 +36,7 @@
                     @if(session('message'))
                         <div class="alert alert-info">{{session('message')}}</div>
                     @endif
-                    <table class="table table-sm table-striped mb-0">
+                    <table class="table table-sm table-striped mb-0 v-middle">
                         <thead>
                         <tr>
                             <th class="font-weight-normal border-0 pl-2">{{sortColumnHead('/log_in_as', 'Name', 'name_last')}}</th>