We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621d6c commit fb40781Copy full SHA for fb40781
database/seeders/UserSeeder.php
@@ -17,6 +17,7 @@ public function run()
17
{
18
DB::table("users")->insert([
19
'first_name' => 'Admin',
20
+ 'last_name' => 'User',
21
'email' => 'admin@volt.com',
22
'password' => Hash::make('secret'),
23
]);
public/css/volt.css
@@ -6583,7 +6583,7 @@ textarea.form-control-lg {
6583
display: none; }
6584
6585
.popover-body {
6586
- padding: 1rem 1rem;
+ padding: 0.5rem 1rem;
6587
color: #ffffff; }
6588
6589
.carousel {
@@ -15299,7 +15299,7 @@ label {
15299
15300
.avatar-xl {
15301
width: 8rem;
15302
- height: 8rem; }
+ height: auto; }
15303
@media (max-width: 991.98px) {
15304
15305
width: 4.5rem;
0 commit comments