diff --git a/demo-shell-ng2/app/components/social/social.component.html b/demo-shell-ng2/app/components/social/social.component.html
index 7bd1e17bff..07a4990cff 100644
--- a/demo-shell-ng2/app/components/social/social.component.html
+++ b/demo-shell-ng2/app/components/social/social.component.html
@@ -1,16 +1,17 @@
-
-
-
- Like component
-
-
-
-
-
- Rating component
-
-
-
-
+
+
+
+
+
+ Rating component
+
+
+
+
diff --git a/demo-shell-ng2/app/components/social/social.component.scss b/demo-shell-ng2/app/components/social/social.component.scss
index 7ba46a48a3..d1977438b2 100644
--- a/demo-shell-ng2/app/components/social/social.component.scss
+++ b/demo-shell-ng2/app/components/social/social.component.scss
@@ -1,3 +1,8 @@
-.adf-social-title{
-
+.adf-social-example-area {
+ margin: 10px;
+}
+
+
+.adf-social-example-title {
+ padding-bottom: 12px;
}
diff --git a/demo-shell-ng2/app/components/tag/tag.component.html b/demo-shell-ng2/app/components/tag/tag.component.html
index 11d44c424a..6a26d0fe3e 100644
--- a/demo-shell-ng2/app/components/tag/tag.component.html
+++ b/demo-shell-ng2/app/components/tag/tag.component.html
@@ -1,19 +1,21 @@
-
-
-
- List Tags Content Services
-
-
-
-
-
- Tag list By Node ID
-
-
+
+
+
+
+ List Tags Content Services
+
+
+
+
+
+ Tag list By Node ID
+
+
+
diff --git a/demo-shell-ng2/app/components/tag/tag.component.scss b/demo-shell-ng2/app/components/tag/tag.component.scss
index 292e1264f4..b416d4fd67 100644
--- a/demo-shell-ng2/app/components/tag/tag.component.scss
+++ b/demo-shell-ng2/app/components/tag/tag.component.scss
@@ -1,9 +1,8 @@
.adf-tag-example-area {
- width: calc(33.3333333333% - 16px);
- margin: 8px;
- float: left;
+ margin: 10px;
}
+
.adf-tag-example-title {
padding-bottom: 12px;
}