diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-22 13:12:47 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:06 +0200 |
| commit | 5633c36d49c4ffd61688b0d05182934973fdd3ce (patch) | |
| tree | 96c6ad4b03e5a3dda2674b1f01744525a3aea16e /src/components/sidebars/topology/rack/EmptySlotComponent.js | |
| parent | 4cb5bca60f1f5d5a97607eed3ecc64ed2f2ab87a (diff) | |
Increase icon margin
Diffstat (limited to 'src/components/sidebars/topology/rack/EmptySlotComponent.js')
| -rw-r--r-- | src/components/sidebars/topology/rack/EmptySlotComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/sidebars/topology/rack/EmptySlotComponent.js b/src/components/sidebars/topology/rack/EmptySlotComponent.js index c4c453e9..08665072 100644 --- a/src/components/sidebars/topology/rack/EmptySlotComponent.js +++ b/src/components/sidebars/topology/rack/EmptySlotComponent.js @@ -10,7 +10,7 @@ const EmptySlotComponent = ({position, onAdd, inSimulation}) => ( Empty Slot </span> : <button className="btn btn-outline-primary" onClick={onAdd}> - <span className="fa fa-plus mr-1"/> + <span className="fa fa-plus mr-2"/> Add machine </button> } |
