From a1b2f876132e2c1fa8adb27bb333b2cd859dc82b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Dec 2018 11:05:54 +0100 Subject: Add information in report modal --- client/src/app/videos/+video-watch/modal/video-report.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/videos/+video-watch/modal/video-report.component.scss') diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.scss b/client/src/app/videos/+video-watch/modal/video-report.component.scss index afcdb9a16..4713660a2 100644 --- a/client/src/app/videos/+video-watch/modal/video-report.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-report.component.scss @@ -1,6 +1,10 @@ @import 'variables'; @import 'mixins'; +.information { + margin-bottom: 20px; +} + textarea { @include peertube-textarea(100%, 100px); } -- cgit v1.2.3