diff --git a/package-lock.json b/package-lock.json
index 9ee5fe4123097ccf9efa3063a24c5e03c37ef4a0..511814c32115aa10f78a35ec502a07ca28ff3d06 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
       "version": "1.0.0",
       "license": "MIT",
       "dependencies": {
-        "@startinblox/hubl-styling-framework": "^1.0.11",
+        "@startinblox/hubl-styling-framework": "^1.0.12",
         "fs-extra": "^9.0.1",
         "normalize.css": "^8.0.1",
         "parcel-bundler": "^1.12.4",
@@ -1442,9 +1442,9 @@
       }
     },
     "node_modules/@startinblox/hubl-styling-framework": {
-      "version": "1.0.11",
-      "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz",
-      "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw=="
+      "version": "1.0.12",
+      "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz",
+      "integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw=="
     },
     "node_modules/@types/q": {
       "version": "1.5.4",
@@ -10603,9 +10603,9 @@
       }
     },
     "@startinblox/hubl-styling-framework": {
-      "version": "1.0.11",
-      "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz",
-      "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw=="
+      "version": "1.0.12",
+      "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz",
+      "integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw=="
     },
     "@types/q": {
       "version": "1.5.4",
diff --git a/package.json b/package.json
index d565ab9a8b1f56fe19225f3af6fe67bc68f86f55..800e09c08d0fc6ad9f0c0fbb33c3220a4cad37fe 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
     ]
   },
   "dependencies": {
-    "@startinblox/hubl-styling-framework": "^1.0.11",
+    "@startinblox/hubl-styling-framework": "^1.0.12",
     "fs-extra": "^9.0.1",
     "normalize.css": "^8.0.1",
     "parcel-bundler": "^1.12.4",
diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss
index ce5fd27830fe48f4943adf96916367f9836c3183..4166ca876e20fb8fa7e783a7d5ec2dc4a332229f 100644
--- a/src/styles/left-nav/_index.scss
+++ b/src/styles/left-nav/_index.scss
@@ -24,13 +24,14 @@ nav {
   }
 
   .sub-menu {
-    padding-bottom: 25px;
+    padding-bottom: 10px;
   }
 
   /* Styles for the small icon */
   .sub-menu-icon {
     margin-left: 3px;
     margin-right: 3px;
+    margin-top: 1px;
     opacity: 0.8;
     width: 12px;