diff --git a/src/app/PartitionEditor.js b/src/app/PartitionEditor.js index af6fd0e..a2e9b04 100644 --- a/src/app/PartitionEditor.js +++ b/src/app/PartitionEditor.js @@ -90,7 +90,7 @@ function PartitionEditor({ alignment }) { const { partToAdd } = partition; return ( - + ( Partition editor @@ -101,25 +101,25 @@ function PartitionEditor({ alignment }) { - + - + - + - + - + - + - + @@ -152,15 +152,15 @@ function PartitionEditor({ alignment }) { { partition.isDefault ? null : ( - + )} - + - + ) ); }