From 0683343cca2ba0f96177920cf5a530217eefd255 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Jul 2016 18:08:03 +0200 Subject: [PATCH] fix css width --- teleforma/exam/static/exam/js/exam.js | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/exam/static/exam/js/exam.js b/teleforma/exam/static/exam/js/exam.js index f15af1b7..fd21ad27 100644 --- a/teleforma/exam/static/exam/js/exam.js +++ b/teleforma/exam/static/exam/js/exam.js @@ -46,6 +46,7 @@ $(document).ready(function(){ }); $( "#opener_print" ).click(function() { + $( "#dialog_print" ).dialog({ width: 800 }); $( "#dialog_print" ).dialog( "open"); return false; }); -- 2.39.5