Remove IPV4 addresses

Tested: Able to remove existing IPV4
   addresses.

Change-Id: I772bee6ad6b68bc0a69351f3e5386acc659241ef
Signed-off-by: beccabroek <beccabroek@gmail.com>
diff --git a/app/configuration/styles/network.scss b/app/configuration/styles/network.scss
index db32e98..d776d13 100644
--- a/app/configuration/styles/network.scss
+++ b/app/configuration/styles/network.scss
@@ -47,11 +47,14 @@
   {
     margin-left: 3em;
   }
-  .dns__server-remove {
+  .network-config__ipv4-wrap {
+    padding-bottom: 1.8em;
+  }
+  .network-config_remove-button {
     color: $medblue;
     height: 2.1em;
-    opacity: 1;
     margin-left: 1em;
+    opacity: 1;
     &:hover {
       cursor: pointer;
     }