Skip to content

Commit 12a0215

Browse files
opakholismorganick
andauthored
fix(reactotron-core-ui): Overlapping timeline layout (#1457)
## Please verify the following: - [x] `yarn build-and-test:local` passes - [ ] I have added tests for any new features, if relevant - [ ] `README.md` (or relevant documentation) has been updated with your changes ## Describe your PR When we have a long request parameter, it appears that the layout overlaps. Please take a look at the following demo. Before: ![CleanShot 2024-03-21 at 6 19 25](https://github.com/infinitered/reactotron/assets/49778014/c1457bea-c3ad-488f-9b62-d53d788cc05d) After: ![CleanShot 2024-03-21 at 6 39 19](https://github.com/infinitered/reactotron/assets/49778014/d25d4651-ca8b-41ee-a14d-0a70a6412203) --------- Co-authored-by: Nick Morgan <[email protected]>
1 parent a90ca51 commit 12a0215

File tree

1 file changed

+1
-0
lines changed
  • lib/reactotron-core-ui/src/components/TimelineCommand

1 file changed

+1
-0
lines changed

lib/reactotron-core-ui/src/components/TimelineCommand/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const ChildrenContainer = styled.div`
8080
animation: fade-up 0.25s;
8181
will-change: transform opacity;
8282
padding: 0 40px 30px 40px;
83+
word-break: break-all;
8384
`
8485

8586
interface Props {

0 commit comments

Comments
 (0)