Skip to content

Commit

Permalink
Reduce the resizable area of the widget
Browse files Browse the repository at this point in the history
fixes #265

Signed-off-by: muddana-satish <satish.muddana@ericsson.com>
  • Loading branch information
muddana-satish authored and bhufmann committed May 21, 2021
1 parent c1f5a4e commit e688661
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/react-components/style/trace-context-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@
flex-grow: 1;
overflow-y: scroll;
overflow-x: hidden;
}
}

.react-grid-item > .react-resizable-handle {
width: 10px !important;
height: 10px !important;
}

0 comments on commit e688661

Please sign in to comment.