Space Issue Fixed
This commit is contained in:
parent
5f5813520c
commit
5640880c1a
|
|
@ -34,10 +34,12 @@ return [
|
|||
*/
|
||||
'storage' => [
|
||||
'enabled' => true,
|
||||
'driver' => 'file', // redis, file, pdo, custom
|
||||
'driver' => 'file', // redis, file, pdo, socket, custom
|
||||
'path' => storage_path('debugbar'), // For file driver
|
||||
'connection' => null, // Leave null for default connection (Redis/PDO)
|
||||
'provider' => '', // Instance of StorageInterface for custom driver
|
||||
'hostname' => '127.0.0.1', // Hostname to use with the "socket" driver
|
||||
'port' => 2304, // Port to use with the "socket" driver
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=83c93b077da401f7b709",
|
||||
"/css/shop.css": "/css/shop.css?id=d080a007e2aec5d519b3"
|
||||
"/css/shop.css": "/css/shop.css?id=6f4a4f8fad1b25e05e33"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1881,6 +1881,7 @@ section.product-detail {
|
|||
font-size: 24px;
|
||||
color: $font-dark;
|
||||
margin-bottom: 15px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.product-price {
|
||||
|
|
|
|||
Loading…
Reference in New Issue