From 00e0e797b0d0c5eb6edb3893d719549a41ab02a8 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 18 Sep 2019 12:44:18 +0530 Subject: [PATCH] :zap: Added .htaccess file to static root directory --- assets/css/styles.scss | 1 + components/history.vue | 20 ++++++++++++++------ .htaccess => static/.htaccess | 5 +---- 3 files changed, 16 insertions(+), 10 deletions(-) rename .htaccess => static/.htaccess (97%) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 0c10332fb..2f8567ad1 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -196,6 +196,7 @@ pre { font-family: monospace; transition: all 0.2s ease-in-out; user-select: text; + width: calc(100% - 8px); &:not([readonly]):hover, &:not([readonly]):focus { diff --git a/components/history.vue b/components/history.vue index 3b0bfdd15..b14a2a59f 100644 --- a/components/history.vue +++ b/components/history.vue @@ -5,13 +5,21 @@ + -