Skip to content

Commit

Permalink
Don't use pre
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed May 8, 2021
1 parent 7b5a792 commit 5db8067
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/pages/query/[bdashQueryIdHash].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ export const BdashQuery = () => {
<Box bg="white" pl={10} pr={10} pt={5} pb={5} mb={5} borderRadius="xl">
{description ? (
<Box fontSize="md">
<pre>
<TextLinker text={description} />
</pre>
<TextLinker text={description} />
</Box>
) : (
<Text fontSize="sm" color="gray.500">
Expand Down

0 comments on commit 5db8067

Please sign in to comment.