diff --git a/front/Dockerfile b/front/Dockerfile old mode 100644 new mode 100755 diff --git a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue index 2d7f5e9..6c69908 100755 --- a/front/MyINPulse-front/src/components/canvas/CanvasItem.vue +++ b/front/MyINPulse-front/src/components/canvas/CanvasItem.vue @@ -236,6 +236,7 @@ const cancelEdit = (index: number) => { font-size: 16px; margin-top: 10px; margin-left: 2%; + margin-right: 4%; } .description + .p { @@ -263,6 +264,7 @@ const cancelEdit = (index: number) => { justify-content: center; align-items: center; gap: 10px; + padding-right: 1%; } .section-bloc ,.editing-section-bloc { diff --git a/front/MyINPulse-front/src/trash.vue b/front/MyINPulse-front/src/trash.vue new file mode 100644 index 0000000..2220673 --- /dev/null +++ b/front/MyINPulse-front/src/trash.vue @@ -0,0 +1,215 @@ + + + + + \ No newline at end of file