Move more info icon

Currently, the more info icon (...) is positioned too far
from the server version on the firmware page. This places the
icon 20 px to the right, so that it is clearly associated
with the version.

Resolves openbmc/phosphor-webui#23

Change-Id: I5d1dc6bf1446c9f10ee0181d9b9fa2eb3e53e498
Signed-off-by: beccabroek <beccabroek@gmail.com>
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss
index 23ce408..4902dd0 100644
--- a/app/configuration/styles/firmware.scss
+++ b/app/configuration/styles/firmware.scss
@@ -79,11 +79,13 @@
 
 .firmware__version {
   position: relative;
-  .icon {
+  svg {
     position: absolute;
-    right: 0;
     top: 20%;
   }
+  .icon {
+    margin-left: 20px;
+  }
 }