diff --git a/simulators/c++2/src_simulator/definitions.h b/simulators/c++2/src_simulator/definitions.h index 03b1dfba7ff8e9769f93d4d8c4e06f7037f93169..78da097e3014fb3cbd561f5def01d7a3b7f33b7f 100644 --- a/simulators/c++2/src_simulator/definitions.h +++ b/simulators/c++2/src_simulator/definitions.h @@ -263,8 +263,7 @@ using std::max; #define SCHED_HTML_TITLE_HW "<h1> Summary HW </h1>" #define SCHED_HTML_TITLE_TASK "<h1> Summary tasks </h1>" #define SCHED_HTML_TITLE_DEVICE "<h1> Device scheduling </h1>" -#define SCHED_HTML_BOARD "<table width=\"170px\" style=\"float: left\">\n \ -<tr><td>" +#define SCHED_HTML_BOARD "<table width=\"170px\" style=\"float: left\">\n \<tr><td style=\"max-width: unset;\">" #define SCHED_HTML_BOARD2 "<table style=\"float: left\">" #define SCHED_HTML_JS_LINK1 "<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\">"