Skip to content

Commit

Permalink
Make dataset column narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jan 12, 2021
1 parent 1ead551 commit 9a29ce1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ function ExploreViewContainer(props) {
/>
)}
<Resizable
defaultSize={{ width: 320 }}
minWidth={320}
defaultSize={{ width: 300 }}
minWidth={300}
maxWidth="33%"
enable={{ right: true }}
className={
Expand Down

0 comments on commit 9a29ce1

Please sign in to comment.