Skip to content

Commit

Permalink
docs(nxdev): parameter view takes full available width (#14118)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Jan 3, 2023
1 parent 2146263 commit 0fbf50e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const ParameterView = (props: {
)}
</div>

<div className="prose prose-slate dark:prose-invert">
<div className="prose prose-slate dark:prose-invert max-w-none">
{
renderMarkdown(props.description, {
filePath: '',
Expand Down

1 comment on commit 0fbf50e

@vercel
Copy link

@vercel vercel bot commented on 0fbf50e Jan 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.