diff --git a/package.json b/package.json index e6ae8ce..42229ee 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "build:scss:prod": "npm run build:scss -- --output-style=compressed", "build:scss:watch": "npm run build:scss -- --watch", "autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose", - "browsersync": "browser-sync 'public/' --watch", + "browsersync": "browser-sync 'public/' --watch --cors", "lint": "eslint resources/js/app.js", "lint:fix": "npm run lint -- --fix", "test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run", diff --git a/resources/scss/_codes.scss b/resources/scss/_codes.scss index 0f6bfa9..a8b7aec 100644 --- a/resources/scss/_codes.scss +++ b/resources/scss/_codes.scss @@ -7,6 +7,7 @@ section.steps .commands { border: 1px solid #e8e8e8; pre { + padding: 0; margin-bottom: 0; font-size: inherit;