diff --git a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
index 5e2323b91..2e65e1de9 100644
--- a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
+++ b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
@@ -14,6 +14,8 @@
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index d9e09c453..705d6e71a 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -210,6 +210,8 @@
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 351676a38..1456eac6f 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -323,6 +323,13 @@ table {
}
}
+.form-group-description {
+ @extend .text-muted;
+
+ font-size: 90%;
+ margin-top: 10px;
+}
+
@media screen and (max-width: #{breakpoint(xxl)}) {
.main-col {
&.expanded {