diff --git a/presets.js b/presets.js index a41f04657..f0c1b6767 100644 --- a/presets.js +++ b/presets.js @@ -267,6 +267,10 @@ module.exports = { backgroundPosition: { '0-full': ' 0 100%' + }, + + minHeight: { + '500': '500px', } }, diff --git a/public/css/app.css b/public/css/app.css index 7167f3823..54103cc4a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{ .min-h-0{ min-height: 0px; } +.min-h-500{ + min-height: 500px; +} .min-h-full{ min-height: 100%; } diff --git a/resources/views/components/show/content/left.blade.php b/resources/views/components/show/content/left.blade.php index f90e645c2..c43af2b68 100644 --- a/resources/views/components/show/content/left.blade.php +++ b/resources/views/components/show/content/left.blade.php @@ -1,3 +1,3 @@ -