Skip to content

Commit

Permalink
Minor styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Feb 27, 2023
1 parent 82d90db commit 77a588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ class Search extends React.Component {
const layout = {zIndex: 1201, position: 'fixed'}
if(this.state.openFacetsDrawer && !this.props.nested) {
layout.width = '88.5%'
layout.marginLeft = '12%'
layout.marginLeft = '11%'
layout.padding = '0px 10px 0px 5px'
} else {
layout.paddingRight = '0'
Expand Down

0 comments on commit 77a588e

Please sign in to comment.