Skip to content

Commit

Permalink
fix: update explore view column size
Browse files Browse the repository at this point in the history
  • Loading branch information
ciusji committed Dec 1, 2022
1 parent d967741 commit 747b3f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function ExploreViewContainer(props) {
};

const defaultSidebarsWidth = {
controls_width: 320,
controls_width: 300,
datasource_width: 270,
};

Expand Down Expand Up @@ -548,7 +548,7 @@ function ExploreViewContainer(props) {
minWidth={defaultSidebarsWidth[storageKeys.controlsWidth]}
maxWidth="33%"
enable={{ right: true }}
className="col-sm-3 explore-column controls-column"
className="col-sm-2 explore-column controls-column"
>
<QueryAndSaveBtns
canAdd={!!(props.can_add || props.can_overwrite)}
Expand Down

0 comments on commit 747b3f0

Please sign in to comment.