diff --git a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
index 3be33563c..b2a5ed032 100644
--- a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
+++ b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
@@ -168,7 +168,7 @@
-
@@ -179,7 +179,7 @@
{{$chip.name}}
-
+
diff --git a/UI/WebServerResources/scss/components/chips/chips.scss b/UI/WebServerResources/scss/components/chips/chips.scss
index 8ec4d77b4..e9b57b778 100644
--- a/UI/WebServerResources/scss/components/chips/chips.scss
+++ b/UI/WebServerResources/scss/components/chips/chips.scss
@@ -55,6 +55,15 @@ md-chips {
}
}
+// Adjust space around secondary element in contact chip.
+// Used for attendees participation status icon (UIxAppointmentViewTemplate.wox)
+.md-contact-chips.sg-with-secondary .md-chips md-chip {
+ padding-right: 0;
+ .sg-secondary {
+ margin-right: $baseline-grid;
+ }
+}
+
// Enlarge the default autocompletion menu
.sg-chips-autocomplete,
.sg-chips-autocomplete input {