Skip to content

Commit fb40781

Browse files
bugfixing
1 parent c621d6c commit fb40781

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

database/seeders/UserSeeder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function run()
1717
{
1818
DB::table("users")->insert([
1919
'first_name' => 'Admin',
20+
'last_name' => 'User',
2021
'email' => 'admin@volt.com',
2122
'password' => Hash::make('secret'),
2223
]);

public/css/volt.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6583,7 +6583,7 @@ textarea.form-control-lg {
65836583
display: none; }
65846584

65856585
.popover-body {
6586-
padding: 1rem 1rem;
6586+
padding: 0.5rem 1rem;
65876587
color: #ffffff; }
65886588

65896589
.carousel {
@@ -15299,7 +15299,7 @@ label {
1529915299

1530015300
.avatar-xl {
1530115301
width: 8rem;
15302-
height: 8rem; }
15302+
height: auto; }
1530315303
@media (max-width: 991.98px) {
1530415304
.avatar-xl {
1530515305
width: 4.5rem;

0 commit comments

Comments
 (0)