Skip to content

Commit

Permalink
Merge pull request #20 from BTE-Germany/testing-AdditionalBuilders
Browse files Browse the repository at this point in the history
fixed linebreak in region description
  • Loading branch information
20Alexanderxx authored Sep 26, 2023
2 parents 3e6ecc8 + d37fcee commit 17446e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RegionView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const RegionView = ({data, open, setOpen, setUpdateMap}) => {
border: 'none',
padding: 0,
width: '100%',
lineBreak: 'anywhere',
lineBreak: 'auto',
}}
/>
</ScrollArea.Autosize>
Expand Down

0 comments on commit 17446e3

Please sign in to comment.