From 9ccba5de6da5c311a3216dd901de17aa1cb1d7f8 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 22 Jan 2024 12:43:03 +0530 Subject: [PATCH] added space to p --- src/pug/templates/macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index 6a7d01a..834670c 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -77,7 +77,7 @@ script#macros-template(type="text/x-template") .gcodeContainer textarea.new-gcode( :value='newGcode[tab-1]' @input="updateNewGcode") //- gcode-viewer(v-if="state.selected !== 'default'") - p.gcode-para{{newGcode[tab-1]}} + p.gcode-para {{newGcode[tab-1]}} button.submit-macros(title="Save Macros",@click="confirmSave=true", style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save button.submit-macros(title="Cancel Macros",@click="cancelMacros",