diff --git a/public/css/custom.css b/public/css/custom.css index a5350ff4f..8491b2c9d 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -275,6 +275,13 @@ tbody .row { } /*--------Item Column Image Finish--------*/ +/*--------User Column Image--------*/ +.user-img { + width: 36px; + height: 36px; +} +/*--------User Column Image Finish--------*/ + /*--------Border--------*/ .border-1 { border: 1px solid #e5e5e5 !important; diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 7267a4c65..615afd749 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -54,11 +54,11 @@