From 85df36ce91c653da39fc2370d53c69b5b036efea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 31 Aug 2022 11:44:48 +0200 Subject: [PATCH] wait #4211 @1.5 --- src/resources/views/form/shortcuts.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5