Skip to content

Commit

Permalink
[BeamlineSetup] - Fixing margin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jun 26, 2024
1 parent b495378 commit df74368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/containers/BeamlineSetupContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function BeamlineSetupContainer(props) {
);
} else {
acts.push(
<Nav.Item key={key} className="me-3">
<Nav.Item key={key} className="ms-3">
<InOutSwitch
openText={beamline.hardwareObjects[key].commands[0]}
offText={beamline.hardwareObjects[key].commands[1]}
Expand Down

0 comments on commit df74368

Please sign in to comment.