From f1efb9a6c807be733e40284862576acb0b63a56c Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Thu, 28 Mar 2024 18:59:37 +0100 Subject: [PATCH] make project dropdown full width #132 --- .gitignore | 2 ++ resources/views/layouts/partials/project-select.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a935506..dac4da5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /storage/test-key /storage/test-key.pub /vendor +/storage/database.sqlite +/storage/database-test.sqlite .env .env.backup .env.production diff --git a/resources/views/layouts/partials/project-select.blade.php b/resources/views/layouts/partials/project-select.blade.php index 14c6127..ebba551 100644 --- a/resources/views/layouts/partials/project-select.blade.php +++ b/resources/views/layouts/partials/project-select.blade.php @@ -1,5 +1,5 @@
- +