Enhance hardware inventory layout
Change-Id: Ie013fdaa03a03682bb415a34e15155091fa3bf4a
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss
index f91940c..326d896 100644
--- a/app/common/styles/layout/content.scss
+++ b/app/common/styles/layout/content.scss
@@ -8,6 +8,7 @@
border-bottom: 1px solid $lightbg__grey;
margin: 1.625em 0 1.2em 0;
padding-left: 0;
+ overflow: hidden;
.h4 {
padding: 0;
margin: 0 0 .5em 0;
@@ -43,7 +44,3 @@
font-size: .75em;
margin-bottom: 0;
}
-
-.content__container h1 {
- margin-left: -.3em;
-}