Skip to content

Commit

Permalink
Added a seperate style class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Nderitu committed Mar 25, 2021
1 parent 0140292 commit ecd00f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/Documents/components/DocumentSidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export class DocumentSidePanel extends Component {
{(() => {
if (docBeingEdited && this.state.copyFrom) {
return (
<div className="tab-content tab-content-visible">
<div className="side-panel-container">
<EntityForm
storeKey={this.props.storeKey}
initialTemplateId={this.initialTemplateId}
Expand Down
4 changes: 4 additions & 0 deletions app/react/Documents/components/scss/toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
margin-right: 5px;
}
}

.side-panel-container {
display: flex;
}

0 comments on commit ecd00f8

Please sign in to comment.