Skip to content

Commit

Permalink
[frontend] relationship page - remove padding right (#6631)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapuks committed Apr 9, 2024
1 parent 9ccc098 commit 3e060b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ class RootObservedData extends Component {
element={
<StixCoreRelationship
entityId={observedData.id}
paddingRight={true}
/>
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const StixCyberObservableKnowledgeComponent = (props) => {
element={
<StixCoreRelationship
entityId={stixCyberObservable.id}
paddingRight={true}
/>
}
/>
Expand Down

0 comments on commit 3e060b3

Please sign in to comment.