From 2046d615c1a9162c3132372f2a58a3c9f1919b8e Mon Sep 17 00:00:00 2001
From: AndiMajore <andi.majore@googlemail.com>
Date: Fri, 3 Sep 2021 18:02:06 +0200
Subject: [PATCH] newest version

---
 package.json                | 2 +-
 src/stylesheets/styles.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 2f776263..26b6b1fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "netex",
-  "version": "0.8.5-rc1",
+  "version": "0.8.5",
   "scripts": {
     "ng": "ng",
     "start:local": "ng serve --configuration=local",
diff --git a/src/stylesheets/styles.scss b/src/stylesheets/styles.scss
index 3c49abd5..7d7f848f 100644
--- a/src/stylesheets/styles.scss
+++ b/src/stylesheets/styles.scss
@@ -262,7 +262,7 @@
   }
 
   .button-small {
-    padding: 0 !important;
+    padding:  0 10px 0 10px !important;
     height: 36px !important;
   }
   .switch-small {
-- 
GitLab