diff --git a/snakemake/report/template/components/result_info.js b/snakemake/report/template/components/result_info.js index 5062a1886..858dcc079 100644 --- a/snakemake/report/template/components/result_info.js +++ b/snakemake/report/template/components/result_info.js @@ -40,7 +40,7 @@ class ResultInfo extends React.Component { labels.map(function (label) { return e( "th", - { className: "text-left uppercase pr-2" }, + { className: "text-left uppercase pr-2 whitespace-nowrap" }, label ); }),