]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Fix bad date display for jobs
[github/Chocobozzz/PeerTube.git] / client / src / app / +manage / video-channel-edit / video-channel-edit.component.scss
index 2c720314a1e376b356f853bac9848098973db08c..cde848da610daf9e4a657c0d61dbe09a1782b13f 100644 (file)
@@ -5,11 +5,6 @@
   padding-top: 20px;
 }
 
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
-}
-
 .video-channel-title {
   @include settings-big-title;
 }
@@ -47,6 +42,11 @@ textarea {
   display: block;
 }
 
+my-markdown-textarea {
+  display: block;
+  max-width: 500px;
+}
+
 .peertube-select-container {
   @include peertube-select-container(340px);
 }