]> _ Git - cubist_cms-back.git/commitdiff
wait #4211 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Aug 2022 09:44:48 +0000 (11:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 31 Aug 2022 09:44:48 +0000 (11:44 +0200)
src/resources/views/form/shortcuts.blade.php

index 28b4133a96127b92de38b838fb74842e1e4eb5c9..84c4c839cce0a60754f52f3266133e00793187e7 100644 (file)
@@ -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);