Skip to content

Commit

Permalink
route designer css
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Oct 2, 2024
1 parent 80860b8 commit 0971fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otoroshi/javascript/src/pages/RouteDesigner/Designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ class Designer extends React.Component {
})
}
/>
<div className="relative-container" style={{ flex: 9, marginLeft: preview.enabled ? '1rem' : 0 }}>
<div className="relative-container" style={{ flex: 9, marginLeft: preview.enabled ? '1rem' : '.5rem' }}>
{preview.enabled ? (
<EditView
addNode={this.addNode}
Expand Down

0 comments on commit 0971fe3

Please sign in to comment.