diff options
Diffstat (limited to 'src/components/experiments/ExperimentRowComponent.js')
| -rw-r--r-- | src/components/experiments/ExperimentRowComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/experiments/ExperimentRowComponent.js b/src/components/experiments/ExperimentRowComponent.js index 4fb8cbc1..8f57c936 100644 --- a/src/components/experiments/ExperimentRowComponent.js +++ b/src/components/experiments/ExperimentRowComponent.js @@ -12,7 +12,7 @@ const ExperimentRowComponent = ({experiment, simulationId, onDelete}) => ( <td className="text-right"> <Link to={"/simulations/" + simulationId + "/experiments/" + experiment.id} - className="btn btn-outline-primary btn-sm mr-1" + className="btn btn-outline-primary btn-sm mr-2" title="Open this experiment" > <span className="fa fa-play"/> |
