fix(code_blocks): ensure lines does not break by default
+ 0
- 1
app/components/Code.tsx
@@ -72,7 +72,6 @@ export const StyledCodeTag = styled.code<WithThemeSchemeProp>`
   padding: 4px 8px;
 
   font-size: 16px;
-  white-space: break-spaces;
   border-radius: 4px !important;
 
   ${({ themeScheme }) => css`