From 150f024eb846ba28b6f3f4a61b65883243587440 Mon Sep 17 00:00:00 2001 From: "robinwilliam.hundt" <robinwilliam.hundt@stud.uni-goettingen.de> Date: Thu, 24 Jan 2019 15:13:53 +0100 Subject: [PATCH] Set tab size to 4 for all spans fixes #133 --- frontend/src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 21a98159..1f074a0d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -30,4 +30,7 @@ export default { a { text-decoration: none; } + span { + tab-size: 4; + } </style> -- GitLab