From: Vincent Vanwaelscappel Date: Wed, 31 Aug 2022 09:44:48 +0000 (+0200) Subject: wait #4211 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=85df36ce91c653da39fc2370d53c69b5b036efea;p=cubist_cms-back.git wait #4211 @1.5 --- diff --git a/src/resources/views/form/shortcuts.blade.php b/src/resources/views/form/shortcuts.blade.php index 28b4133..84c4c83 100644 --- a/src/resources/views/form/shortcuts.blade.php +++ b/src/resources/views/form/shortcuts.blade.php @@ -48,7 +48,7 @@ var r = this.getBoundingClientRect(); $(this).css('max-height', hh - r.top - 30); }); - $("#form_sidebar").closest('.container-fluid').find('form .col-md-8.bold-labels').css('flex', '0 0 calc(100% - 300px)').css('max-width', null); + $("#form_sidebar").closest('.container-fluid').find('.col-md-8.bold-labels').css('flex', '0 0 calc(100% - 300px)').css('max-width', 'calc(100% - 300px)'); } $(window).on('resize', formSidebarResize);