Skip to content

Commit

Permalink
fix: do not wrap whitespace in result info headers of reports
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Apr 4, 2022
1 parent 3619cc6 commit 653d0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/report/template/components/result_info.js
Expand Up @@ -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
);
}),
Expand Down

0 comments on commit 653d0d0

Please sign in to comment.