Skip to content

Commit

Permalink
Org Header | correcting left padding
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 2, 2021
1 parent a147773 commit 773fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/orgs/HomeTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const HomeTabs = props => {

const width = configFormWidth ? "calc(100% - " + (configFormWidth - 15) + "px)" : '100%';
return (
<div className='col-md-12 no-side-padding' style={{width: width}}>
<div className='col-md-12 no-right-padding' style={{width: width, paddingLeft: '10px'}}>
<Tabs className='col-md-11 no-side-padding' value={tab} onChange={onTabChange} TabIndicatorProps={{style: {background: selectedTabColor}}} indicatorColor='primary'>
{
map(tabConfigs, (config, index) => {
Expand Down

0 comments on commit 773fa21

Please sign in to comment.