diff --git a/lib/components/ResponsesList/responses-list.html b/lib/components/ResponsesList/responses-list.html
index 192b80f8..07e6579a 100644
--- a/lib/components/ResponsesList/responses-list.html
+++ b/lib/components/ResponsesList/responses-list.html
@@ -1,5 +1,5 @@
-
diff --git a/lib/shared/components/Zippy/zippy.scss b/lib/shared/components/Zippy/zippy.scss
index a72b7ef9..bed7cb7a 100644
--- a/lib/shared/components/Zippy/zippy.scss
+++ b/lib/shared/components/Zippy/zippy.scss
@@ -45,11 +45,15 @@ $zippy-redirect-bg-color: rgba($zippy-redirect-color, .08);
color: $zippy-info-color;
background-color: $zippy-info-bg-color;
}
+
+ /deep/ p {
+ font-weight: normal;
+ }
}
.zippy-indicator svg {
height: 1.2em;
- vertical-align: middle;
+ vertical-align: top;
transition: all 0.3s ease;
transform: rotateZ(-180deg);
}
@@ -81,6 +85,8 @@ span.zippy-indicator {
font-size: 1.2em;
text-align: center;
display: inline-block;
+ float: left;
+ margin-right: 5px;
}
.zippy-content {