diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 6650bd2a..f288d59c 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -690,6 +690,10 @@ fieldset#history { text-align: right; } +.mono { + font-family: 'Roboto Mono', monospace; +} + #response-details-wrapper { position: relative; overflow: hidden; diff --git a/build.js b/build.js index 22ebe816..80c27f80 100644 --- a/build.js +++ b/build.js @@ -36,7 +36,7 @@ try { } // Get the current version hash as the short hash from Git. - version.hash = runCommand("git", ["rev-parse", "--short", "HEAD"]); + version.hash = runCommand("git", ["rev-parse --short HEAD"]); // Get the 'variant' name as the branch, if it's not master. version.variant = process.env.TRAVIS_BRANCH || diff --git a/layouts/default.vue b/layouts/default.vue index bba31372..fd1ad793 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -131,7 +131,7 @@ -

+